summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-19Update comments in get_interface_addresses_ioctlteor (Tim Wilson-Brown)
2015-11-19Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)
2015-11-19Really Really Fixup 86eba14ac549: Windows support, error return valuesteor (Tim Wilson-Brown)
2015-11-18Really Fixup 86eba14ac549: error return values are negativeteor (Tim Wilson-Brown)
2015-11-18Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORTteor (Tim Wilson-Brown)
2015-11-18Update comments in get_interface_addresses_ioctlteor (Tim Wilson-Brown)
2015-11-18Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)
2015-11-18Fix a startup time assert caused by periodic events not being initialized.Yawning Angel
2015-11-17windows already has a CALLBACK macro...Nick Mathewson
2015-11-17Don't relaunch dir requests recursively if connection_connect() returns -1Nick Mathewson
2015-11-17Fix a server-side crash on DNS initNick Mathewson
2015-11-17Some unit tests now require that periodic events be initialized.Nick Mathewson
2015-11-17Free pending_entry_connections on shutdown.Nick Mathewson
2015-11-17Be more conservative in scanning the list of pending streamsNick Mathewson
2015-11-17Decouple ..attach_circuit() from most of its callers.Nick Mathewson
2015-11-17Whoops; in this context the EV_TIMEOUT flag is neededNick Mathewson
2015-11-17Merge branch 'bug3199_redux_3'Nick Mathewson
2015-11-17Changes to 3199 branch based on feedback from specialNick Mathewson
2015-11-16Add documentation for periodic event apiNick Mathewson
2015-11-16Add a missing "if" in the comment on warn_nonlocal_controller_portsteor (Tim Wilson-Brown)
2015-11-16Add missing " in AccountingMax comment in or.hteor (Tim Wilson-Brown)
2015-11-13Change periodic.c to use libevent directlyNick Mathewson
2015-11-13fix whitespace; remove dead codeNick Mathewson
2015-11-13Fold all of the run-every-second stuff back into run_scheduled_events()Nick Mathewson
2015-11-13Turn all of run_scheduled_events() into a bunch of periodic eventsNick Mathewson
2015-11-13Connect periodic events to mainNick Mathewson
2015-11-13Infrastructure for replacing global periodic events in main.cKevin Butler
2015-11-13appease check-spacesNick Mathewson
2015-11-13Merge remote-tracking branch 'public/ticket11150_client_only'Nick Mathewson
2015-11-13Remove a little duplicated code in TAP key expansionNick Mathewson
2015-11-13Bump to 0.2.7.5Nick Mathewson
2015-11-12Merge branch 'decouple_circuit_mark_squashed'Nick Mathewson
2015-11-12Experimentally decouple the main body of circuit_mark_for_closeNick Mathewson
2015-11-12Merge branch 'karsten_bug13192_026_03_teor'Nick Mathewson
2015-11-12Rename cast_double_to_int64 to clamp_double_to_int64Nick Mathewson
2015-11-12Make round_to_next_multiple_of always round upwards.Nick Mathewson
2015-11-10Merge branch 'bug17549'Nick Mathewson
2015-11-10appease check-spacesNick Mathewson
2015-11-10every version of openssl we support has SSL_get_stateNick Mathewson
2015-11-10Every openssl we support has ERR_remove_thread_stateNick Mathewson
2015-11-10Move openssl version compatibility defines into a new header.Nick Mathewson
2015-11-10Mark fallback directoriess as too busy after a 503 responseteor (Tim Wilson-Brown)
2015-11-06Fix the tortls.c unit tests to pass with OpenSSL 1.1.0-dev.Yawning Angel
2015-11-06Fix compilation with OpenSSL 1.1.0 --enable-gcc-warnings is set.Yawning Angel
2015-11-06Fix compilation with OpenSSL 1.1.0-dev.Yawning Angel
2015-11-06"And now a better patch which builds the tests if LibreSSL is used."Nick Mathewson
2015-11-05Fix SipHash-2-4 performance for non multiple of 8 buffers.Yawning Angel
2015-10-30Merge remote-tracking branch 'rl1987/ticket16831_part2_rebased'Nick Mathewson
2015-10-29Fix GCC warnings.rl1987
2015-10-26Merge remote-tracking branch 'rl1987/bug17417_take2'Nick Mathewson