Brice Figureau
a05b17761c
typo fix
17 년 전
Brice Figureau
e863ac7928
Attempt to fix nginx upload module behavior that sends
a POST after the upload is finished, which fools our
tracker.
17 년 전
Brice Figureau
d0c16a9e25
removed old mercurial file
17 년 전
Brice Figureau
3f17deb45e
Added arguments to test scripts
17 년 전
Brice Figureau
8066e9e1da
removed prj
17 년 전
Brice Figureau
8ddf08289c
Added tag v0.5 for changeset 33175bd4faae
17 년 전
Brice Figureau
96c9b61392
v0.5
17 년 전
Brice Figureau
3f524b8c34
remove all current uploads from shared cache in case of quit
17 년 전
Brice Figureau
6d6f24fad8
fixing stuck worker on reload/quit/terminate
17 년 전
Brice Figureau
eb44976b6a
more fixes for stuck worker process
17 년 전
Brice Figureau
40a871c514
compile fix
17 년 전
Brice Figureau
a1eaf20265
Fix nginx worker process looping on timer when quit/terminate/reload
17 년 전
Brice Figureau
33a331dea8
Fixed possible memory leak
17 년 전
Brice Figureau
1dd30303b2
Fix progress probe returning "done" when upload is still in progress.
This was due by reusing slabs from a terminated upload without reseting the
various parameters including the done parameter.
18 년 전
Brice Figureau
61a9962bfe
makefile for v0.4
18 년 전
Brice Figureau
ffc411dbcc
Added tag v0.4 for changeset 083693026e57
18 년 전
Brice Figureau
1bfc62808f
change for v0.4
18 년 전
Brice Figureau
ebcfb5a21f
more fix for r released in read_event_handler
18 년 전
Brice Figureau
2feeda413b
fixed crash in read_event_handler if using id after the request died
18 년 전
Brice Figureau
ba428437fc
added stress test
18 년 전
Brice Figureau
b30e3745f1
Install our read_event_handler only if the request belongs us
18 년 전
Brice Figureau
30814d2657
project update
18 년 전
Brice Figureau
903a01fbff
crash fix
18 년 전
Brice Figureau
89e1b33ad1
better handle cleanupped/freed connection in read_event_handler
18 년 전
Brice Figureau
51262f2755
timed out connections now errors instead of 0/0 and done on cleaning
18 년 전
Brice Figureau
b9c2b4bc6d
fixed ugly up conf that was storing the read_event_handler - instead store it in the http request context
18 년 전
Brice Figureau
401a1391ee
fixed tabs/indent
18 년 전
Brice Figureau
f220b4ce66
fixed prj
18 년 전
Brice Figureau
e5a7ca93e7
fixing hard crash in case of client disconnection, take 2
18 년 전
Brice Figureau
e04c8ad884
fixing hard crash in case of client disconnection
18 년 전
Brice Figureau
749e7f02e8
fixed uint != off_t size
18 년 전
Brice Figureau
9a7740f118
Fixed multiple worker_process issue
* Added a content handler that overrides the original handler (but calls it). It is
used to add our own read_event_handler.
* Implemented a read_event_handler that calls the original handler, and store the rest/content_length in our
own node.
* modified the different handlers to use the new node fields
18 년 전
Brice Figureau
128c466742
testing content handler
18 년 전
Brice Figureau
bdcfa7d6a6
fixed corruption of connection->log in log message when cleanup event is teared down way after the connection is dead
18 년 전
Brice Figureau
23d4a9213b
Added tag v0.3 for changeset 9f9c4ef567c8
18 년 전
Brice Figureau
251beb32f6
fixed documentation
18 년 전
Brice Figureau
5cdf6368d3
Added tag v0.3 for changeset 9801a01136c6
18 년 전
Brice Figureau
0692559861
* version 0.3
* added new CHANGES
* support for lowercase or mixed case X-Progress-ID header or parameter (fixes IE lowercasing headers)
* report original HTTP error code in probe in case of upload error
* fix crash reported by Michal Drapiewski
18 년 전
Brice Figureau
76c26bbc60
tentative fix for crash when orig->request_body is null
18 년 전
Brice Figureau
d7009cadf5
fix IE lowercase x-progress-id in XMLHttpRequest
18 년 전
Brice Figureau
dcdefc9609
Version 0.2
This version contains:
* new timeout to remember connections after they are finished to be able
to report termination on this connection to upload progress probes
* handling of HTTP error 413 (request entity too large)
18 년 전
Brice Figureau
004131f404
Added detection of HTTP 413 errors
Addition of a header filter to track HTTP errors and return
the right status to upload progress probes.
18 년 전
Brice Figureau
e9ccdcd75c
* Added connections cleanup timer
This timer help us track finished connections and still report the status to progress probe.
* Added header filter to track 413 errors (not working atm)
18 년 전
Brice Figureau
2c65cbd551
Changes:
* First version
18 년 전