root/neercs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2786 [2786] 26 hours sam * mytrace.c: amd64 build fix.
(edit) @2785 [2785] 35 hours pterjan * Fix grab to work again on systems using sysenter instead of int 80
(edit) @2784 [2784] 41 hours pterjan * Only send title when it has changed
(edit) @2714 [2714] 2 weeks pterjan * Allow last option to not have a parameter if it is optionnal
(edit) @2675 [2675] 3 weeks pterjan * Don't crash when an option with mandatory argument is passed last
(edit) @2674 [2674] 3 weeks pterjan * Fix a fd leak when connection to the socket fails
(edit) @2673 [2673] 3 weeks pterjan * As to_grab and to_start are now part of screen_list, no need to have …
(edit) @2649 [2649] 4 weeks pterjan * Check a few more realloc, and return when they fail
(edit) @2648 [2648] 4 weeks pterjan * Check a few more malloc, and output errors on stderr
(edit) @2646 [2646] 4 weeks jylam * Set default (temporary) size of initial term to 80x80 to avoid having a …
(edit) @2645 [2645] 4 weeks pterjan * Move the end of options parsing into handle_command_line
(edit) @2642 [2642] 4 weeks jylam * Moved most of the command line parsing to its own function
(edit) @2641 [2641] 4 weeks jylam * Added window list and window selection by name using ctrl-a-"
(edit) @2640 [2640] 4 weeks pterjan * Fill TODO with nice wishes
(edit) @2639 [2639] 4 weeks jylam * We can now choose current window with ctrl-a-N where N is 0-9
(edit) @2638 [2638] 4 weeks jylam * Don't quit if a refresh doesn't work. Problem must be tougher as this, …
(edit) @2627 [2627] 4 weeks pterjan * Use "config.h" everywhere
(edit) @2626 [2626] 4 weeks pterjan * Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
(edit) @2625 [2625] 4 weeks pterjan * Filter out events that we don't use * Reduce caca_get_event timeout
(edit) @2624 [2624] 4 weeks pterjan * Move all server creatio ninto server.c
(edit) @2623 [2623] 4 weeks pterjan * No need to reize windows until we now the size of the client
(edit) @2622 [2622] 4 weeks pterjan * Don't use free'd title during the final animation
(edit) @2615 [2615] 4 weeks sam * term.c: use size_t instead of unsigned int to avoid warnings.
(edit) @2614 [2614] 4 weeks pterjan * Factorize some code in attach.c
(edit) @2613 [2613] 4 weeks pterjan * Handle events even if we get flooded on the socket
(edit) @2612 [2612] 4 weeks pterjan * Revert change about ptrace.h, should not be commited
(edit) @2611 [2611] 4 weeks pterjan * Fix copy/paste errors
(edit) @2610 [2610] 4 weeks pterjan * Fix build without PAM
(edit) @2598 [2598] 5 weeks pterjan * Fix attach which got broken by .srv addition
(edit) @2597 [2597] 5 weeks pterjan * Don't detach on temporary write failure
(edit) @2596 [2596] 5 weeks pterjan * Suffix the server socket, it's on them that we glob * If the last …
(edit) @2595 [2595] 5 weeks pterjan * But don't leak
(edit) @2594 [2594] 5 weeks pterjan * Wait until the server is started
(edit) @2593 [2593] 5 weeks pterjan * Disconnect when failing to write to the client
(edit) @2592 [2592] 5 weeks pterjan * Include config.h in attach.c to have DEBUG
(edit) @2591 [2591] 5 weeks pterjan * Fix a double free and free everything in case of error
(edit) @2590 [2590] 5 weeks pterjan * Fix warnings
(edit) @2589 [2589] 5 weeks pterjan * Add missing part in detach code (a lot of cleanup and fixes needed)
(edit) @2588 [2588] 5 weeks pterjan * Rewrote detach handling, enjoy silent neercs
(edit) @2587 [2587] 5 weeks pterjan * Ensure screen_list->config is NULL when there is no config file
(edit) @2582 [2582] 5 weeks bsittler improved terminal emulation (partial ISO-2022 support)
(edit) @2581 [2581] 5 weeks bsittler Ctrl-A a & Ctrl-A ? behaviour
(edit) @2580 [2580] 5 weeks bsittler OS X compilation fixes
(edit) @2547 [2547] 6 weeks sam * mygetopt.c: fix a parsing issue with short options.
(edit) @2538 [2538] 6 weeks sam * lock.c: do not build PTY locking mechanism if PAM isn't present.
(edit) @2516 [2516] 2 months sam * Fork the grabbed process and exit the parent. Unfortunately for some …
(edit) @2514 [2514] 2 months sam * Add kill() to the list of supported remote syscalls. We might need to …
(edit) @2513 [2513] 2 months sam * Add write() to the list of supported remote syscalls.
(edit) @2512 [2512] 2 months sam * Add missing headers and _XOPEN_SOURCE definition to grab.c.
(edit) @2511 [2511] 2 months sam * Allow to grab 32-bit applications from a 64-bit neercs process.
(edit) @2510 [2510] 2 months sam * Add a --debug flag to the configure step.
(edit) @2509 [2509] 2 months sam * Split grab.c into the grabbing heuristic and the pure ptrace interface, …
(edit) @2508 [2508] 2 months sam * Fix memcpy_from_target() and memcpy_to_target() alignment issues.
(edit) @2507 [2507] 2 months sam * Cosmetic: nicer debug output.
(edit) @2506 [2506] 2 months sam * Activate USE_GRAB on amd64/x86_64 systems, too.
(edit) @2505 [2505] 2 months sam * Start refactoring grab.c: instead of writing code to the stack, we wait …
(edit) @2504 [2504] 2 months sam * Coding style.
(edit) @2503 [2503] 2 months sam * Ported grab code to amd64. Doesn't work yet, maybe because we are …
(edit) @2502 [2502] 2 months sam * Coding style.
(edit) @2501 [2501] 2 months sam * Preparing the amd64 port of grab.c by first making the current …
(edit) @2500 [2500] 2 months jylam * Added an autolock timeout (autolock_timeout = N in configuration file)
(edit) @2499 [2499] 2 months pterjan * Write a few ideas
(edit) @2498 [2498] 2 months pterjan * Include config.h in grab.c, else USE_GRAB will never be defined
(edit) @2497 [2497] 2 months jylam * Use $HOME before trying to get user directory via getpwuid
(edit) @2496 [2496] 2 months jylam * Removed a double-free and a leak. Mozilla, you have been trolled.
(edit) @2495 [2495] 2 months jylam * Removed general local variables from main() and put it in struct …
(edit) @2494 [2494] 2 months jylam * Define _GNU_SOURCE to enable getsid() as a GNU extention to *libc
(edit) @2493 [2493] 2 months sam * Fix grabbing of one process: upper loop bound was wrong.
(edit) @2492 [2492] 2 months sam * Prettier grab support detection in configure.ac.
(edit) @2491 [2491] 2 months sam * Compilation works better when files #include "config.h".
(edit) @2490 [2490] 2 months sam * Rename man/ to doc/. * Add svn:ignore properties here and there.
(edit) @2489 [2489] 2 months jylam * Removed a double-free, check if ptr==NULL before freeing in several …
(edit) @2488 [2488] 2 months pterjan * Have -r/-R/-S like screen
(edit) @2487 [2487] 2 months pterjan * Add -c/--config to override local config file
(edit) @2486 [2486] 2 months jylam * Changed /etc/neercs.conf to /etc/neercsrc (and changed example to the …
(edit) @2485 [2485] 2 months jylam * Renamed neercs.ini to neercs.conf
(edit) @2484 [2484] 2 months jylam * Factorized multiple calls of caca_refresh_display() * Configuration …
(edit) @2483 [2483] 2 months sam * Fix a buffer overflow in the reattach code.
(edit) @2482 [2482] 2 months pterjan * Fix a memory leak
(edit) @2481 [2481] 2 months pterjan * Improve the speed of current attach (even if it will die) * Fix some …
(edit) @2480 [2480] 2 months pterjan * Move most actions outside of option parsing
(edit) @2479 [2479] 2 months pterjan * Move conditionnal include of pty.h from main.c to term.c
(edit) @2478 [2478] 2 months pterjan * Don't use the caca_display in refresh_screens, it would make clean …
(edit) @2477 [2477] 2 months pterjan * Close caca_display earlier when attaching - Give an error when no socket …
(edit) @2476 [2476] 2 months pterjan * Fix a warning
(edit) @2475 [2475] 2 months pterjan * TODO is almost empty, add your ideas !
(edit) @2474 [2474] 2 months pterjan * First more or less working version of attach
(edit) @2473 [2473] 2 months jylam * get_ms() returns ... microseconds. Renamed to get_us(). (fsck you) * …
(edit) @2472 [2472] 2 months sam * Made the manual page suck slightly less.
(edit) @2471 [2471] 2 months jylam * Added handlers for special keys (page up/down, insert, delete, home, …
(edit) @2470 [2470] 2 months jylam * Removed comments