summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix pgen_pcap.cc compile failure on Linux.HEADmasterZack Weinberg2012-07-16
* Don't allow connection count to grow without limit in HTTP steg.Zack Weinberg2012-07-16
* Delete traces in 'make clean' if we generated them.Zack Weinberg2012-07-14
* Add 'pgen_fake' payload generator, use it if traces aren't available.Zack Weinberg2012-07-13
* Add Vinod's program for generating HTTP trace files from pcap files.Zack Weinberg2012-07-12
* Three tiny bugfixes in the build system.Zack Weinberg2012-07-08
* Update some lists so 'make distcheck' succeeds.Zack Weinberg2012-07-08
* Stop half-closing downstream connections.Zack Weinberg2012-07-08
* Break up chop.cc in preparation for adding more control blocks.Zack Weinberg2012-07-08
* Fix long-standing cut-and-paste error in name of one test.Zack Weinberg2012-07-08
* Fix hang on shutdown.Zack Weinberg2012-07-08
* Fix bug causing connections to remain open forever.Zack Weinberg2012-06-27
* Merge branch 'master' of https://git.safdef.isc.org/git/stegotorusZack Weinberg2012-06-25
|\
| * fixed another error on 32-bit by casting typesLinda Briesemeister2012-06-25
* | Defer connection and circuit deallocation to a stable point.Zack Weinberg2012-06-25
|/
* Add another testing option to turn off all encryption in the chopper.Zack Weinberg2012-06-20
* Add an abbreviated packet tracing mode.Zack Weinberg2012-06-20
* Attempt to prevent event callbacks from firing on partially torn down circuit...Zack Weinberg2012-06-20
* symbolic names for opcodes, better presentation of bad packet headersZack Weinberg2012-06-20
* Don't drop a connection that still has data outbound.Zack Weinberg2012-06-20
* Don't use setvbuf - seems to cause memory corruption on OSX.Zack Weinberg2012-06-20
* Stop using the bufferevent enabled mask as a proxy for whether or not we have...Zack Weinberg2012-06-19
* Remove another bit of stale debugging code.Zack Weinberg2012-06-15
* Only allow 64 simultaneous downstreams. Make it easier to read invalid block ...Steven Cheung2012-06-15
* Correct call to getaddrinfo()Steven Cheung2012-06-15
* Remove a debugging hack that accidentally got committed.Zack Weinberg2012-06-15
* Remove an obsolete comment.Zack Weinberg2012-06-15
* Overhaul base64 cookie generation. Add unit testing of base64.Zack Weinberg2012-06-15
* Fix another subtle circuit-teardown bug.Zack Weinberg2012-06-15
* Add support for daemonizing and writing a pid file.Zack Weinberg2012-06-13
* Two subtle chopper bugfixes:Zack Weinberg2012-06-13
* Fix that race condition in connection setup again. This time for sure!Zack Weinberg2012-06-13
* Minor code-formatting fixes.Zack Weinberg2012-06-13
* Accept and ignore --server-keyZack Weinberg2012-06-12
* fixing compiler errors when on 32-bit machine and explicit casts for log mess...Linda Briesemeister2012-06-11
* fixed test data for test_pdf_wrap_unwrap()Steven Cheung2012-06-10
* changed pdfwrap and pdfunwrap to use zlib to encode data in stream objectsSteven Cheung2012-06-10
* Import MKEM implementation from moeller-ref and write out the crypt.h interfa...Zack Weinberg2012-06-07
* Use one global BN_CTX rather than allocating one per ECDH object.Zack Weinberg2012-06-07
* Add unit tests for ECDH.Zack Weinberg2012-06-07
* Add ECDH implementation to crypt.cc/h (no tests yet)Zack Weinberg2012-06-05
* Prepare for having more than one file that touches OpenSSL.Zack Weinberg2012-06-05
* Document deliberate non-checks in configure.ac. Add a stub subprocess-windows...Zack Weinberg2012-06-05
* Top level directory tidying.Zack Weinberg2012-06-05
* Add APRAdb registration helper support.Zack Weinberg2012-06-02
* Have configure activate extended C library features and large file support. D...Zack Weinberg2012-06-02
* Fix compile errors with gcc 4.7Zack Weinberg2012-06-02
* More size_t values must be cast to unsigned longZack Weinberg2012-05-03
* Don't use bzero.Zack Weinberg2012-04-30
* Header file hygiene in steg/.Zack Weinberg2012-04-30