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