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