- Jun 08, 2005
-
-
deuce authored
unlock the input_thread_mutex before a continue. This very well might fix spy socket hangs and irc.js hangs on Linux. If it does, it also explains why I couldn't duplicate them on FreeBSD. (FreeBSD would return EDEADLK, Linux would deadlock)
-
deuce authored
-
rswindell authored
This shouldn't be necessary except for incorrectly-written clients that don't properly unescape IAC.
-
rswindell authored
-
rswindell authored
Check for local abort keys in lputs().
-
rswindell authored
received successfully. Bug-fix: endian of buffer length in send_zrinit() and parse_zrinit().
-
rswindell authored
Bug-fix: ZFILE frames are no longer ACK'd (FDSZ doesn't like this).
-
deuce authored
CGI (ie: index.cgi) Don't read POST data until just before a respond() as the behaviour of POST data reading depends on the response tpye (ie: JS/CGI) Added a few DEBUG log lines (environment variable adding). It gets pretty verbose, but what do you expect with DEBUG level logging?
-
deuce authored
and enter was used to exit the field, and it is not a multi-select, the entered filename is to be returned. Otherwise, the filename is considered to be a very restrictive mask.
-
deuce authored
of a path that is surrounded by path delimiters. Use this with GLOB_MARK to for the directory list.
-
- Jun 07, 2005
- Jun 06, 2005
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
Now, clicking on a list does not select the clicked-on item, but instead highlights the clicked item and moves focus to the list.
-
deuce authored
filename.
-
rswindell authored
error 110, timeout, on Linux).
-
rswindell authored
It was returning -2 on recv() error (e.g. disconneted socket).
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Return from lputs() quick in case of debug output (To avoid any ciolib calls) This speeds up the curses display (esp. from a remote system) and should have a favorable effect on Win32 display too.
-