| 2013-01-03 |
Nick Mathewson | Enable the ntor handshake on the client side. |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Enable handling of create2/extend2/created2/extended2 |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Don't check create cells too much when we're relaying... |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Implement scheme to allow ntor requests/responses via... |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Use created_cell_format where appropriate |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Use new wrappers for making,sending,processing create... |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Teach cpuworker and others about create_cell_t and... |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Code to parse and format CREATE{,2,_FAST} cells and... |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Rename handshake_digest to rend_circ_nonce |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Massive refactoring of the various handshake types |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Nick Mathewson | Refactor the CREATE_FAST handshake code to match the... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Split onion.[ch] into onion{,_fast,_tap}.[ch] |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Wrangle curve25519 onion keys: generate, store, load... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Move curve25519 keypair type to src/common; give it... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Refactor strong os-RNG into its own function |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | curve25519-donna-c64: make endian-neutralness fns static |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Implementat the ntor handshake |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Add a wrapper around, and test and build support for... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | curve25519-donna-c64: work on bigendian and alignment... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Make curve25519-donna work with our compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Add fallback implementations for curve25519: curve25519... |
commit | commitdiff | tree | snapshot |
| 2013-01-02 |
Nick Mathewson | Add a data-invariant linear-search map structure |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Nick Mathewson | Add a unit test for the old KDF while we're at it |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Nick Mathewson | Implement HKDF from RFC5869 |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Nick Mathewson | Add benchmark to test onionskin performance. |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Nick Mathewson | Add a crypto_dh_dup, for benchmark support |
commit | commitdiff | tree | snapshot |
| 2012-12-05 |
Nick Mathewson | Merge remote-tracking branch 'asn/bug7592_take2' |
commit | commitdiff | tree | snapshot |
| 2012-12-05 |
George Kadianakis | Return connection_exit_connect() if payload creation... |
commit | commitdiff | tree | snapshot |
| 2012-12-03 |
Roger Dingledine | fix some typos |
commit | commitdiff | tree | snapshot |
| 2012-11-28 |
Nick Mathewson | Merge branch 'bug7013_take2_squashed' |
commit | commitdiff | tree | snapshot |
| 2012-11-28 |
George Kadianakis | Introduce tor_addr_port_parse() and use it to parse... |
commit | commitdiff | tree | snapshot |
| 2012-11-28 |
George Kadianakis | Add a torrc option to specify the bind address of manag... |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Nick Mathewson | Make sure that the error in ADDRMAP events is well... |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Nick Mathewson | Minor documentation fix |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Nick Mathewson | Note limitation of parse_rfc_1123_time |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Nick Mathewson | In comments and logs, say "UTC" not "GMT" |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Nick Mathewson | Refer to RFC 4648 instead of the obsolete RFC 3548 |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Roger Dingledine | forward-port the 0.2.3.25 changelog and release notes |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Nick Mathewson | Merge branch 'bug7493_redux' |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Nick Mathewson | Initialize ipv{4,6}_traffic_ok in entry_connection_new |
commit | commitdiff | tree | snapshot |
| 2012-11-16 |
Roger Dingledine | when counting available descs, say whether we're counti... |
commit | commitdiff | tree | snapshot |
| 2012-11-16 |
Nick Mathewson | Give useful warning when both IPv4 and IPv6 are disable... |
commit | commitdiff | tree | snapshot |
| 2012-11-16 |
Nick Mathewson | Allow IPv4 traffic on default and old-style-config... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Merge branch 'ipv6_exits' |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Set IPv4/IPv6 flags correctly when being a SOCKS client |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Remove some XXXX commens in dns.c |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Fix up some comments in connection_edge.c |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add a changes file for IPv6 exits |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add manual page entries for new IPv6-exits options |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add another missing function doc |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Initial support for AAAA requests on DNSPort. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Let tor-resolve generate PTR requests for IPv6 addresses |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Accept reverse resolve requests for IPv6 addresses |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add IPv6 support to tor-resolve so it can hear about... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Make DNS resolve requests work for IPv6 |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Fix a bug in policy_is_reject_star() that was making... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add some missing doxygen for ipv6 exit code |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Actually send back correctly-formed IPv6 CONNECTED... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Remove some unused defines in dns.c |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Repair DNS NEXIST hijacking workaround |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Implement a PreferIPv6 flag for SocksPorts |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Define a wrapper for evdns_base_resolve_ipv6 for system... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Make address_is_invalid_destination recognize ipv6... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Actually generate microdescriptors with p6 lines. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Remove a since-fixed XXX; improve a doxygen comment |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Actually advertise IPv6 exit policies. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Revise the DNS subsystem to handle IPv6 exits. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Change signature of router_compare_to_my_exit_policy... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Reindent a block in dns.c |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Actually send BEGIN cell flags |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | When asking for a specific address type, others aren... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | I think it is correct to decorate these addresses. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Better checking of exit policies for connections by... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Only send begin cell flags when we have some to send |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Never support IPv6 traffic on a SOCKS4 connection. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add a function to set a tor_addr_t to a null address |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Get the client side of receiving an IPv6 address to... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Reject IPv4 or IPv6 addresses from the user depending... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Rename ipv{4,6}_only to bind_ipv{4,6}_only |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add {No,}IPv{4,6}Traffic options to SOCKSPort |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Make DNS callback pass IPv6 answers to dns_answer_found |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Make dns wildcarding checks work for ipv6 |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add an IPv6Exit configuration option |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Simplest version of server-side IPv6 support (no dns) |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Record, send, and receive flags in BEGIN cells |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add IPv6 support to compare_to_addr_to_node_policy |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Authorities put p6 lines into microdescriptors. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Parse IPv6 policy summaries from router descriptors... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Better policy support for IPv6 |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Add a new family-specific syntax for tor_addr_parse_mas... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Refactor begin cell parsing into its own function,... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Refactor client_dns_set_{reverse_,}addressmap() to... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Nick Mathewson | Move address map into its own file. |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Andrea Shepard | Merge branch 'bug7267' of ssh://git-rw.torproject.org... |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Andrea Shepard | Add comment explaining different channel close functions |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Nick Mathewson | Merge remote-tracking branch 'public/bug7059' |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Nick Mathewson | Actually distribute the geoip6 file. |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Andrea Shepard | Add changes file for bug 7267 |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Andrea Shepard | Call channel_mark_for_close() properly in hibernate_go_... |
commit | commitdiff | tree | snapshot |
| next |