8 months ago |
Olaf Wintermann |
fix http_stream_parse_chunk_header: check if the chunk starts with a digit
|
file |
diff |
annotate
|
8 months ago |
Olaf Wintermann |
fix strtoll result check
|
file |
diff |
annotate
|
9 months ago |
Olaf Wintermann |
fix net_ssl_writev skipping bytes
|
file |
diff |
annotate
|
12 months ago |
Olaf Wintermann |
change net_write to attempt to write all bytes, improve error handling
|
file |
diff |
annotate
|
22 months ago |
Olaf Wintermann |
fix non-blocking CGI handler and non-blocking SSL-IO
|
file |
diff |
annotate
|
22 months ago |
Olaf Wintermann |
fix uninitialized memory in http stream, when chunked transfer encoding is used
|
file |
diff |
annotate
|
22 months ago |
Olaf Wintermann |
fix net_http_write when used with chunked transfer encoding and non-blocking IO
|
file |
diff |
annotate
|
23 months ago |
Olaf Wintermann |
fix net_sendfile not counting number of written bytes
|
file |
diff |
annotate
|
2022-11-12 |
Olaf Wintermann |
refactor send_cgi into non-blocking SAF (wip)
|
file |
diff |
annotate
|
2022-11-06 |
Olaf Wintermann |
switch from ucx 2 to 3
|
file |
diff |
annotate
|
2022-11-01 |
Olaf Wintermann |
close connection if content-length != number of bytes written
|
file |
diff |
annotate
|
2022-11-01 |
Olaf Wintermann |
store number of written bytes in the HttpStream
|
file |
diff |
annotate
|
2022-09-09 |
Olaf Wintermann |
fix net_printf not working with empty strings
webdav
|
file |
diff |
annotate
|
2022-05-15 |
Olaf Wintermann |
make sure the http stream is finished if headers are sent
webdav
|
file |
diff |
annotate
|
2022-05-13 |
Olaf Wintermann |
add missing HttpStream initializations
webdav
|
file |
diff |
annotate
|
2022-05-07 |
Olaf Wintermann |
store HttpStream buflen as pointer (referencing NSAPISession cursize)
webdav
|
file |
diff |
annotate
|
2022-05-07 |
Olaf Wintermann |
code cleanup
webdav
|
file |
diff |
annotate
|
2022-05-07 |
Olaf Wintermann |
fix and simplify chunked transfer encoding
webdav
|
file |
diff |
annotate
|
2022-05-06 |
Olaf Wintermann |
first semi-functional implementation of chunked transfer encoding for request bodies
webdav
|
file |
diff |
annotate
|
2022-05-05 |
Olaf Wintermann |
simplify request input buffer
webdav
|
file |
diff |
annotate
|
2020-07-11 |
Olaf Wintermann |
add basic PUT implementation and tests
webdav
|
file |
diff |
annotate
|
2020-01-19 |
Olaf Wintermann |
add handler for http expect header
webdav
|
file |
diff |
annotate
|
2019-08-04 |
Olaf Wintermann |
improve error handling and add some debug code in net_fallback_sendfile
|
file |
diff |
annotate
|
2019-08-02 |
Olaf Wintermann |
fix error handling in net_fallback_sendfile
|
file |
diff |
annotate
|
2018-01-13 |
Olaf Wintermann |
merges aio into default branch
|
file |
diff |
annotate
|
2017-02-18 |
Olaf Wintermann |
adds public aio and poll api and asynchronous send_range function
aio
|
file |
diff |
annotate
|
2017-02-14 |
Olaf Wintermann |
adds wrapper for close syscall with error handling
|
file |
diff |
annotate
|
2017-01-15 |
Olaf Wintermann |
ported io.c and some headers to windows
|
file |
diff |
annotate
|
2016-12-30 |
Olaf Wintermann |
adds new a pathcheck saf and improves content type matchin and improves content type matching
|
file |
diff |
annotate
|
2016-12-27 |
Olaf Wintermann |
improves event handler and ssl error handling
|
file |
diff |
annotate
|
2016-10-30 |
Olaf Wintermann |
fixes chunked transfer encoding
|
file |
diff |
annotate
|
2015-11-10 |
Olaf Wintermann |
merge
|
file |
diff |
annotate
|
2015-11-02 |
Olaf Wintermann |
fixed NetBSD build and an uninitialized struct member
|
file |
diff |
annotate
|
2015-11-10 |
Olaf Wintermann |
refactored IO system
|
file |
diff |
annotate
|
2015-10-31 |
Olaf Wintermann |
added minimal ssl support
|
file |
diff |
annotate
|
2015-10-23 |
Olaf Wintermann |
implemented range requests
|
file |
diff |
annotate
|
2013-06-30 |
Olaf Wintermann |
added some nsapi stuff
|
file |
diff |
annotate
|
2013-06-26 |
Olaf Wintermann |
fixed chunked transfer encoding
|
file |
diff |
annotate
|
2013-06-21 |
Olaf Wintermann |
ucx update
|
file |
diff |
annotate
|
2013-06-20 |
Olaf Wintermann |
fixed some warnings
|
file |
diff |
annotate
|
2013-06-20 |
Olaf Wintermann |
compiles on os x
|
file |
diff |
annotate
|
2013-05-26 |
Olaf Wintermann |
added authentication cache
|
file |
diff |
annotate
|
2013-05-22 |
Olaf Wintermann |
added chunked transfer encoding
|
file |
diff |
annotate
|
2013-05-22 |
Olaf Wintermann |
added net_writev
|
file |
diff |
annotate
|
2013-03-16 |
Olaf Wintermann |
new vfs api
|
file |
diff |
annotate
|
2013-01-12 |
Olaf Wintermann |
cleaning up resources after requests
|
file |
diff |
annotate
|
2013-01-01 |
Olaf Wintermann |
added some error messages
|
file |
diff |
annotate
|
2013-01-01 |
Olaf Wintermann |
added Linux support
|
file |
diff |
annotate
|
2012-07-23 |
Olaf Wintermann |
added solaris 10 support
|
file |
diff |
annotate
|
2012-02-25 |
Olaf Wintermann |
Fixed config parser bug
|
file |
diff |
annotate
|
2012-02-22 |
Olaf Wintermann |
Added basic authentication
|
file |
diff |
annotate
|
2012-01-28 |
Olaf Wintermann |
Some fixes for mod_jk
|
file |
diff |
annotate
|
2012-01-14 |
Olaf Wintermann |
New source folder layout
|
file |
diff |
annotate
| base
|