|
|
|
@166
|
[166]
|
3 years |
jan |
finish the disable_time patch
|
|
|
|
@165
|
[165]
|
3 years |
jan |
don't add content-length as HTTP_CONTENT_LENGTH to the cgi-headers
|
|
|
|
@164
|
[164]
|
3 years |
jan |
fixed the last con->fd -> con->fd->fd in debug-messages
|
|
|
|
@163
|
[163]
|
3 years |
jan |
added 207 for webdav
|
|
|
|
@162
|
[162]
|
3 years |
jan |
check that the method name is A-Z only and allow content for all method …
|
|
|
|
@161
|
[161]
|
3 years |
jan |
accept all method and deny them only for static files …
|
|
|
|
@160
|
[160]
|
3 years |
jan |
added the extra \0 at the end of the write-buffer the fulfill the normal …
|
|
|
|
@158
|
[158]
|
3 years |
jan |
handle all request-methods
|
|
|
|
@156
|
[156]
|
3 years |
jan |
handle POST_DATA before connect() and off-by-one in sending data
|
|
|
|
@155
|
[155]
|
3 years |
jan |
drop debug messages
|
|
|
|
@154
|
[154]
|
3 years |
jan |
SEGFAULT needs stdio.h
|
|
|
|
@153
|
[153]
|
3 years |
jan |
include the right header
|
|
|
|
@152
|
[152]
|
3 years |
jan |
send request data on demand (streaming)
|
|
|
|
@151
|
[151]
|
3 years |
jan |
handle return codes correctly
|
|
|
|
@150
|
[150]
|
3 years |
jan |
tell the fd's that we are using pipes
|
|
|
|
@149
|
[149]
|
3 years |
jan |
add more debug messages on assertion
|
|
|
|
@148
|
[148]
|
3 years |
jan |
removed unused chunks_written
|
|
|
|
@147
|
[147]
|
3 years |
jan |
port to new API (untested)
|
|
|
|
@146
|
[146]
|
3 years |
jan |
add rewritten physical.path to fce
|
|
|
|
@145
|
[145]
|
3 years |
jan |
use fce instead of filename
|
|
|
|
@144
|
[144]
|
3 years |
jan |
added the use of chunkqueue_remove_empty_chunks()
|
|
|
|
@143
|
[143]
|
3 years |
jan |
removed debug-code
|
|
|
|
@142
|
[142]
|
3 years |
jan |
simplified cleanup of chunkqueue by using chunkqueue_remove_empty_chunks() …
|
|
|
|
@141
|
[141]
|
3 years |
jan |
removed debug code
|
|
|
|
@140
|
[140]
|
3 years |
jan |
on win32 we need closesocket() instead of close()
|
|
|
|
@139
|
[139]
|
3 years |
jan |
free the chunks on _reset and added more use full cleanup functions
|
|
|
|
@138
|
[138]
|
3 years |
jan |
added the new file_cache and file_descr handling and added the support for …
|
|
|
|
@137
|
[137]
|
3 years |
jan |
let all network functions return network_t
|
|
|
|
@136
|
[136]
|
3 years |
jan |
added new post-request signalling
|
|
|
|
@135
|
[135]
|
3 years |
jan |
added the new file_cache and file_descr handling and droped READ_POST
|
|
|
|
@134
|
[134]
|
3 years |
jan |
be more verbose before we crash
|
|
|
|
@133
|
[133]
|
3 years |
jan |
added the new file_cache and file_descr handling and the prefix handling …
|
|
|
|
@132
|
[132]
|
3 years |
jan |
added the new file_cache and file_descr handling
|
|
|
|
@131
|
[131]
|
3 years |
jan |
add stdio.h for the SEGFAULT macro
|
|
|
|
@130
|
[130]
|
3 years |
jan |
added the new file_cache and file_descr handling
|
|
|
|
@129
|
[129]
|
3 years |
jan |
cover a unused var if no gmt_off is avaialbel
|
|
|
|
@128
|
[128]
|
3 years |
jan |
append_file wants a file_cache_entry now
|
|
|
|
@127
|
[127]
|
3 years |
jan |
a simple state is enough
|
|
|
|
@126
|
[126]
|
3 years |
jan |
added the new file_cache and file_descr handling
|
|
|
|
@125
|
[125]
|
3 years |
jan |
added the read and write functions as glue-code
|
|
|
|
@124
|
[124]
|
3 years |
jan |
added the new glue-code
|
|
|
|
@123
|
[123]
|
3 years |
jan |
get the file-cache-entry yourself
|
|
|
|
@122
|
[122]
|
3 years |
jan |
get the file-cache-entry yourself
|
|
|
|
@121
|
[121]
|
3 years |
jan |
get the file-cache-entry yourself
|
|
|
|
@120
|
[120]
|
3 years |
jan |
assign the write and read functions at accept()
|
|
|
|
@119
|
[119]
|
3 years |
jan |
dropped to read-post state and moved big chunks of the code around
- …
|
|
|
|
@118
|
[118]
|
3 years |
jan |
moved file_cache and file_cache_entry to file_cache.h, replaced all int fd …
|
|
|
|
@117
|
[117]
|
3 years |
jan |
split up file_cache_get_entry(), dropped dead code
|
|
|
|
@116
|
[116]
|
3 years |
jan |
added plugin-hook to fetch post data into a plugin
|
|
|
|
@115
|
[115]
|
3 years |
jan |
seperated glue-code
|
|
|
|
@114
|
[114]
|
3 years |
jan |
added a native interface to send() and recv() and ported all backends to …
|
|
|
|
@113
|
[113]
|
3 years |
jan |
ported to file_descr and seperated glue code to fdevent-glue.c
|
|
|
|
@112
|
[112]
|
3 years |
jan |
combine fd and fde_ndx and the readable and writable state into file_descr
|
|
|
|
@110
|
[110]
|
3 years |
jan |
branch for the post-handling rework
|
|
copied from trunk:
|
|
|
|
@109
|
[109]
|
3 years |
jan |
fixed conditional setenv.add-environment
|