]> git.ipfire.org Git - thirdparty/tor.git/shortlog
thirdparty/tor.git
2012-10-17  nilsAdd GeoIP database for IPv6 addresses
2012-10-17  nilsRename address family specific IPv4 geoip functions...
2012-10-15  Andrea ShepardMerge branch 'bug7087' of git://git.torproject.org...
2012-10-15  Andrea ShepardAdd debug logging for channel_free() and channel_force_...
2012-10-15  Andrea ShepardCorrectly clear cmux policies and free cmux in channel_...
2012-10-15  Nick MathewsonMerge remote-tracking branch 'arma/bug7029'
2012-10-13  Roger Dingledinefix trivial typo
2012-10-12  Nick Mathewsontypo in src/ext/README; caught by rransom (thanks!)
2012-10-12  Nick MathewsonFix whitespace in aes.c
2012-10-12  Nick MathewsonSimplify list of files that get whitespace-checked
2012-10-12  Nick MathewsonMove strlcpy and strlcat into src/ext too
2012-10-12  Nick MathewsonDistribute src/ext/README.
2012-10-12  Nick MathewsonAdd a README file for the src/ext directory.
2012-10-12  Nick MathewsonMake tor_addr_is_internal log the calling function...
2012-10-12  Andrea ShepardInstall correct incoming cell handlers on reachability...
2012-10-11  Andrea ShepardMerge branch 'move_contrib_source' of git://git.torproj...
2012-10-11  Nick MathewsonMove all externally maintained source files into src/ext
2012-10-11  Nick MathewsonMake very sure to handle cells in-order on channels.
2012-10-11  Nick MathewsonMerge branch 'bug7011'
2012-10-11  Nick MathewsonFix changes/bug7011 slightly
2012-10-11  David FifieldAdd changes file for bug7011.
2012-10-11  David FifieldUse fmt_addrport in pt_get_extra_info_descriptor_string.
2012-10-11  David FifieldUse fmt_addrport where appropriate.
2012-10-11  David FifieldAdd fmt_addrport.
2012-10-11  David FifieldUse fmt_and_decorate_addr in extra-info "transport...
2012-10-11  David FifieldUse fmt_and_decorate_addr in TransportProxy statefile...
2012-10-11  David FifieldDecorate addresses given to a HTTP CONNECT proxy.
2012-10-11  David FifieldUse fmt_and_decorate_addr in log messages.
2012-10-11  Andrea ShepardMerge branch 'bug6816_squashed_nowarn' of git://git...
2012-10-11  Nick MathewsonRemove variables; fix gcc 4.7 warnings
2012-10-10  Andrea ShepardAdd changes file for bug6816
2012-10-10  Andrea ShepardFix formatting in various places after 6465/6816 work
2012-10-10  Andrea ShepardMake channel_flush_some_cells() compile cleanly on...
2012-10-10  Andrea ShepardDon't remove circuitmux hash table entries in circuitmu...
2012-10-10  Andrea ShepardFix 'warning: circuit was already inactive' and assert...
2012-10-10  Andrea ShepardBring summary comment block in circuitmux.c up to date
2012-10-10  Andrea ShepardNew and improved circuitmux_detach_all_circuits(),...
2012-10-10  Andrea ShepardCorrectly set magic numbers on ewma policy data/circuit...
2012-10-10  Andrea ShepardSet circuitmux policy on existing active channels when...
2012-10-10  Andrea ShepardSet circuitmux policy on new channels in channeltls.c
2012-10-10  Andrea ShepardImplement cell_ewma_enabled()
2012-10-10  Andrea ShepardImplement channel_set_cmux_policy_everywhere()
2012-10-10  Andrea ShepardFix broken circuitmux_move_active_circ_to_tail(); don...
2012-10-10  Andrea ShepardAllow n_chan to be NULL in circuitmux_find_map_entry...
2012-10-10  Andrea ShepardUse circuit_get_by_circid_channel_even_if_marked()...
2012-10-10  Andrea ShepardFix some circuitmux-related asserts in relay.c
2012-10-10  Andrea ShepardFix detach when setting circuit ID to 0 bug in circuit_...
2012-10-10  Andrea ShepardDetach circuits from circuitmux early when freeing...
2012-10-10  Andrea ShepardHandle closing circuits correctly with circuitmux_t
2012-10-10  Andrea ShepardAdd a bunch of paranoid-mode expensive asserts incircui...
2012-10-10  Andrea ShepardAdjust the circuitmux_t counter correctly in circuitmux...
2012-10-10  Andrea ShepardFix circuitmux attach/detach logic in circuit_set_circi...
2012-10-10  Andrea ShepardUpdate circuitmux-related TODOs in channeltls.c
2012-10-10  Andrea ShepardFix comment on circuit_t.n_hop and remove circuitmux...
2012-10-10  Andrea ShepardMove all EWMA code into circuitmux.c and implement...
2012-10-10  Andrea ShepardAdd circuitmux.h, circuitmux_ewma.h includes now necess...
2012-10-10  Andrea ShepardRemove cell_ewma_t from or.h and from circuit_t/or_circ...
2012-10-10  Andrea ShepardAdd circuitmux.h, circuitmux_ewma.h includes now necess...
2012-10-10  Andrea ShepardRemove EWMA code from relay.{c,h}; it goes to a circuit...
2012-10-10  Andrea ShepardRemove ewma setup code in init_circuit_base()/or_circui...
2012-10-10  Andrea ShepardAdd upcasts for circuitmux_policy_data_t and circuitmux...
2012-10-10  Andrea ShepardAdd initial circuitmux_ewma.{c,h}
2012-10-10  Andrea ShepardImplement circuitmux_assert_okay() and helper functions...
2012-10-10  Andrea ShepardImplement circuitmux_get_first_active_circuit() in...
2012-10-10  Andrea ShepardAdd comment for circuitmux_notify_xmit_cells() in circu...
2012-10-10  Andrea ShepardAdd comment for circuitmux_move_active_circ_to_tail...
2012-10-10  Andrea ShepardImplement circuitmux_notify_xmit_cells() and circuitmux...
2012-10-10  Andrea ShepardConsistently allow policy alloc_cmux_data() and alloc_c...
2012-10-10  Andrea ShepardImplement circuitmux_clear_policy(), circuitmux_get_pol...
2012-10-10  Andrea ShepardAdd cmux policy notify_set_n_cells() and notify_xmit_ce...
2012-10-10  Andrea ShepardAllocate and free circuit-specific policy data in the...
2012-10-10  Andrea ShepardImplement circuitmux policy basic notifications mechanism
2012-10-10  Andrea ShepardEliminate linked list helper functions in relay.c which...
2012-10-10  Andrea ShepardImplement circuitmux_make_circuit_inactive(), circuitmu...
2012-10-10  Andrea ShepardImplement circuitmux_detach_all_circuits() in circuitmux.c
2012-10-10  Andrea ShepardImplement circuitmux_is_circuit_active(), circuitmux_nu...
2012-10-10  Andrea ShepardImplement circuitmux_clear_num_cells() and circuitmux_s...
2012-10-10  Andrea ShepardHandle n_mux/p_mux properly in circuitmux.c
2012-10-10  Andrea ShepardImplement circuitmux_detach_circuit() in circuitmux.c
2012-10-10  Andrea ShepardImplement circuitmux_attached_circuit_direction(),...
2012-10-10  Andrea ShepardImplement circuitmux_attach_circuit() in circuitmux.c
2012-10-10  Andrea ShepardImplement circuitmux_alloc()/circuitmux_free() and...
2012-10-10  Andrea ShepardUse circuitmux_t in channels and when relaying cells
2012-10-10  Andrea ShepardAdd circuitmux.c, circuitmux.h
2012-10-10  Andrea ShepardAdd magic number for type-checking channel casts
2012-10-10  Andrea ShepardImprove comments on channel_write_*()
2012-10-10  Andrea ShepardUse cell_queue_entry_new/free() functions in channel.c
2012-10-10  Andrea ShepardSet reason_for_closing when erroring out of channel_tls...
2012-10-10  Andrea ShepardSplit channel_t into channel_t and channel_listener_t...
2012-10-10  Nick MathewsonMerge branch 'bug7014_squashed'
2012-10-10  George KadianakisDon't call fmt_addr() twice in a parameter list.
2012-10-10  Nick MathewsonMerge remote-tracking branch 'origin/maint-0.2.3'
2012-10-10  Nick MathewsonMerge branch 'bug7014_023_squashed' into maint-0.2.3
2012-10-10  George KadianakisDon't call fmt_addr() twice in a parameter list.
2012-10-09  Andrea ShepardConform to existing Doxygen style
2012-10-09  Andrea ShepardRefactor channel_write_cell()/channel_write_packed_cell...
2012-10-09  Andrea ShepardUse typedefs for function pointer return values and...
2012-10-09  Andrea Shepards/cell_queue/incoming_queue/g in channel.c for consiste...
2012-10-09  Andrea ShepardFix typo in comment
2012-10-09  Andrea Shepards/channel_request_close()/channel_mark_for_close()...
next