aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-13Patch for 4647 (rewrite command line parser)Cristian Toader
2013-08-25Cleanup whitespacesNick Mathewson
2013-08-25Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson
2013-08-25Widen event_mask_t to 64 bitsNick Mathewson
2013-08-25Implement the TRANSPORT_LAUNCHED control port event.George Kadianakis
2013-08-25Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9366' into maint-0.2.4Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9543' into maint-0.2.4Nick Mathewson
2013-08-23fix typosRoger Dingledine
2013-08-22Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-22Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-08-22Hide the contents of the circuit_build_times structure.Nick Mathewson
2013-08-22Documentation for new cbt accessorsNick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Rename get_circuit_nbuild_* to end with _msNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-08-22Replace return with continue in update_consensus_networkstatus_downloadsNick Mathewson
2013-08-21Tweak/cleanup 5526 fix.Nick Mathewson
2013-08-21Print accounting information in heartbeat messages.Peter Retzlaff
2013-08-21Add a 30-day maximum on user-supplied MaxCircuitDirtinessNick Mathewson
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-20Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-08-15Merge remote-tracking branch 'majek/bug9108'Nick Mathewson
2013-08-15Fix a wide line in test_geoip_with_ptNick Mathewson
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Test ExtORPort cookie initialization when file writing is broken.George Kadianakis
2013-08-15Test some fail conditions of ext_orport.c USERADDR/TRANSPORT parsing.George Kadianakis
2013-08-15Fix some #5040 bugs found by Nick's tests.George Kadianakis
2013-08-15Write some free_all functions to free the auth. cookies.George Kadianakis
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-08-15Warn if the Extended ORPort listens on a public IP address.George Kadianakis
2013-08-15Better documentation for ext_or_auth_correct_client_hash.George Kadianakis
2013-08-15White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson
2013-08-15Test for initializing ext_or_auth_cookie fileNick Mathewson
2013-08-15Make 0x01==SAFECOOKIE a macro, not a magic numberNick Mathewson
2013-08-15Unit test for the ext_orport safe_cookie handshakeNick Mathewson
2013-08-15Expose/mock some functions to make ext_orport.c testing possibleNick Mathewson
2013-08-15More unit tests for handle_client_auth_nonceNick Mathewson
2013-08-15Unit test for basic ext_or_cookie authentication backendNick Mathewson
2013-08-15Split the cryptographic part of handle_client_auth_nonce into new fnNick Mathewson
2013-08-15Fix some ext_orport.c DOCDOCs.George Kadianakis
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-08-15Unit tests for fetch_ext_or_cmdNick Mathewson
2013-08-15Split out buffers and socks tests into separate modules.Nick Mathewson
2013-08-15Add a clientmap_entry_free().Nick Mathewson
2013-08-15Fix hash functions for transport_name in client entryNick Mathewson
2013-08-15Use memdup_nulterm and check for NULs in handle_cmd_transportNick Mathewson