- 15 Sep, 2006 2 commits
- 14 Sep, 2006 8 commits
-
-
rswindell authored
some XSDK doors to possibly work when run from C:\Synchronet\...
-
deuce authored
Also fix incorrect type lassed to iniFreeStringList.
-
deuce authored
-
deuce authored
-
deuce authored
(Should this be a separate type then? ini_list_t or something?)
-
deuce authored
Fix sizeof(char*) leak when reading a webctrl.ini file.
-
deuce authored
None of these added FREE_AND_NULL() calls should actually do anything.
-
deuce authored
Still need to comment the lists and ring buffer.
-
- 13 Sep, 2006 2 commits
- 12 Sep, 2006 4 commits
-
-
deuce authored
needing to be able to hijack an SSH session. Currently implemented with socketpair() which is non-Win32 and using UNIX-domain sockets only since socketpair() on many platforms doesn't support PF_INET with socketpair(). Something needs to be done about this. Also, the two extra threads are annoying.
-
deuce authored
-
deuce authored
storms as much as possible.
-
deuce authored
-
- 09 Sep, 2006 2 commits
- 08 Sep, 2006 1 commit
-
-
deuce authored
-
- 07 Sep, 2006 4 commits
-
-
rswindell authored
use inkey()/ungetkey() and don't work with down-arrow (ctrl-J). This should be okay now that input_thread auto-converts Telnet's CR/LF to CR.
-
deuce authored
error and is fairly common on Linux.
-
rswindell authored
zmodem_recv_file_data() - the offset value was used in rev 1.34 (back when this change was made) since zmodem_recv_file_frame() accepted the current file offset as an argument (but doesn't any longer). Mystery solved.
-
rswindell authored
when passed a NaN value (Mozilla bug 284032) - using JSVAL_IS_NUM().
-
- 06 Sep, 2006 1 commit
-
-
deuce authored
Fix mouse mis-selection bug on non full-sized lists. Fix possible segfault when no *bar is passed.
-
- 05 Sep, 2006 5 commits
-
-
deuce authored
Fix bug. This effects all range requests (podcasts etc)
-
deuce authored
-
deuce authored
This fixes a bug where query strings used with PathInfoIndex indexes were ignored.
-
deuce authored
Though, now that I think about it, set_cookie() should be a method of the http_reply object imho. I may fix this some day.
-
deuce authored
comments.
-
- 02 Sep, 2006 10 commits
- 01 Sep, 2006 1 commit
-
-
deuce authored
Page Up, Page Down, F1-F12, and Insert
-