summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-07string -> filenameMarcello Stanisci
2019-06-07Revert last change.Marcello Stanisci
No need to add any ad-hoc header, since the Twister echoes all the headers it gets from the client connection (including Authorization!).
2019-06-07--enable-apikey-sandbox.Marcello Stanisci
2019-06-07symbol for apikey-sandboxMarcello Stanisci
2019-06-06testing IPCMarcello Stanisci
2019-06-06make test passMarcello Stanisci
2019-06-06Adding serve mode "unix".Marcello Stanisci
2019-06-05Testing chaos probability.Marcello Stanisci
2019-06-05Implementing chaos probability (5737).Marcello Stanisci
2019-06-03remove dead-codeMarcello Stanisci
2019-06-03Avoid making the big file in memory.Marcello Stanisci
2019-06-03no need for "--"Marcello Stanisci
2019-06-03debugMarcello Stanisci
2019-06-035724: remove duplications.Marcello Stanisci
2019-06-03upload 1GB for testingMarcello Stanisci
2019-06-03Tests for 5724.Marcello Stanisci
Adding a PUT and POST test case with a fair big JSON.
2019-05-21remove some verbosityMarcello Stanisci
2019-05-20Resolve #5726Marcello Stanisci
2019-05-16fix nameMarcello Stanisci
2019-05-16Only set Content-Length via CURLOPT_POSTFIELDSIZE.Marcello Stanisci
2019-05-15Creating more machine states.Marcello Stanisci
2019-05-15Importing inflating function from GNUnet..Marcello Stanisci
..and not recompressing data before proxying.
2019-05-13Debugging.Marcello Stanisci
2019-05-10Decompress requests.Marcello Stanisci
2019-04-18Add a .dir-locals,el for configuring emacs for this projectHartmut Goebel
2019-04-02fix signednessMarcello Stanisci
2019-04-02fix compilation warningsMarcello Stanisci
2019-03-28workaroundv0.5.2Marcello Stanisci
2019-02-15Remove pedantic check.Marcello Stanisci
2019-02-15Fixing invalid reads.Marcello Stanisci
2019-02-15Fix Valgrind reports.Marcello Stanisci
2018-12-20Compression.demo-2019-08-31-00Marcello Stanisci
Adding compression logic, tested against curl CLI.
2018-12-20Init zlib if needed.Marcello Stanisci
2018-12-20Autoconf zlib block.Marcello Stanisci
2018-12-19Minor changes.Marcello Stanisci
Logs messages, 'deflate' flag, response header parsing fixes.
2018-12-19#5459Marcello Stanisci
2018-12-13Fix #5451.Marcello Stanisci
2018-11-20fix whitespace issuesChristian Grothoff
2018-11-20add missing const, fix whitespace issuesChristian Grothoff
2018-11-19Re-enable dual stack again.Marcello Stanisci
2018-10-18fix indentation.Marcello Stanisci
may be due to some naughty text editor
2018-09-28Disabling compression.Marcello Stanisci
Still not sure if this change is temporal or permament; for the moment it fixes the "twisted" test case without interfering with the logic.
2018-09-28Undoing the use of "dual stack" at MHD.Marcello Stanisci
2018-09-27Align to latest curl defaults.Marcello Stanisci
2018-09-20Remove useless code.Marcello Stanisci
2018-09-20remove marcello-fix logic for #5337Christian Grothoff
2018-09-20#5337 in proxy: if Web server returns response during upload, curl aborts ↵Christian Grothoff
upload so our proxy should give up on the upload as well and just proceed with the download
2018-09-20fix root cause of #5337: curl interprets early response from MHD as error ↵Christian Grothoff
response (even though it is a 200 OK) and then aborted the upload; so we should wait with the response until the upload is complete
2018-09-20enable suspend resumeChristian Grothoff
2018-09-20port state engine fixes from GNS proxy to twister serviceChristian Grothoff