[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[cppserv.git] Changes to ref refs/heads/master
New commits:
commit 124751758ecf6cdcd48c43fad3a189638bbbe772
Author: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
Date: Fri Jan 6 18:48:39 2006 -0800
Whole bunch of changes
- File uploads
- Parameter handling fixes
- Minimal file upload test
- Add cserv::IOError exception
- Do not fail silently when some of I/O errors occur
- return empty string for non-existant parameter values
- Force NL after headers in mod_cserv
- minor code and API cleanups
- Formatting changes
commit 051adce6f8835a40beab0253cf9ccc9ead0bc765
Author: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
Date: Fri Jan 6 14:59:59 2006 -0800
throw exceptions instead of silently returning in case of failure while
starting to listen. Still few more places to fix
commit 082217b59bd08d08333ea359a73abc517a51af1d
Author: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
Date: Fri Jan 6 14:48:19 2006 -0800
autotools update
commit 78179e8b1a14817ef1e78e91542e06a9b4a54c0d
Author: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
Date: Fri Jan 6 14:44:10 2006 -0800
no need for pointer to listener inside of connection any more