aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
Commit message (Expand)AuthorAge
* Also raise the check for 0 circuit ID in created cell.Nick Mathewson2014-06-13
* Move circuit-id-in-use check for CREATE cells to before all other checksNick Mathewson2014-06-10
* Merge remote-tracking branch 'public/bug12195'Nick Mathewson2014-06-04
|\
| * Fix ancient code that only checked circ_id, not circ_id and chanNick Mathewson2014-06-03
* | Merge branch 'prop221_squashed_024'Nick Mathewson2013-11-01
|\ \
| * | circuit_build_failed: distinguish "got DESTROY" caseNick Mathewson2013-11-01
| |/
* | Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\ \ | |/ |/|
| * Tweak CELL_STATS event based on comments by nickm.Karsten Loesing2013-05-25
* | collect and log statistics about onionskins received/processedRoger Dingledine2013-09-05
|/
* Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Forward-port fix for 7889Nick Mathewson2013-01-15
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2013-01-15
|\ \
| * | Reject create/begin/etc cells with {circ,stream}ID 0.Nick Mathewson2013-01-14
| * | Fix a remotely triggerable assertion failure (CVE-2012-2250)Nick Mathewson2012-10-23
| * | Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson2012-10-17
* | | Enable handling of create2/extend2/created2/extended2Nick Mathewson2013-01-03
* | | Use created_cell_format where appropriateNick Mathewson2013-01-03
* | | Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
* | | Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* | | Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
| |/ |/|
* | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \
| * | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | fix trivial typoRoger Dingledine2012-10-13
|/ /
* | Merge branch 'bug6816_squashed_nowarn' of git://git.torproject.org/nickm/torAndrea Shepard2012-10-10
|\ \
| * | Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
| * | Use typedefs for function pointer return values and s/listener/listener_fn/ f...Andrea Shepard2012-10-08
| * | Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_tAndrea Shepard2012-10-08
| * | Use channel_t in cmd.cAndrea Shepard2012-10-08
* | | Downgrade "Failed to hand off onionskin" messagesRoger Dingledine2012-10-05
|/ /
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\|
| * Refuse extra create cells with reason "resource limit"Roger Dingledine2012-10-03
* | Fetch IPv6 address from NETINFO "other OR's address" field.Linus Nordberg2012-08-21
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Merge remote-tracking branch 'linus/bug4369'Nick Mathewson2012-05-30
|\
| * Fix minor typo in warning printout.Linus Nordberg2012-05-29
| * Close OR connections that send junk before AUTHORIZE/VERSIONSNick Mathewson2012-04-27
* | Extract data from DESTROY cell _after_ protocol violation checks.George Kadianakis2012-05-18
|/
* Merge remote-tracking branch 'public/bug4361'Nick Mathewson2012-03-08
|\
| * Add comments and changes file for 4361; tweak control flow a bitNick Mathewson2011-11-03
| * Do not send a NETINFO cell as a client until after we have got a CERT cellfrosty2011-11-03
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Do not pretend to allow PADDING as the first cell of a v3 handshakeNick Mathewson2012-01-11
* | Implement proposal 187: reserve a cell type for client authorizationNick Mathewson2012-01-11
* | Merge branch 'bug4360'Nick Mathewson2011-11-21
|\ \
| * | normalize the name of the CERTS cellRoger Dingledine2011-10-31
| |/
* | Log more loudly on a bad cert from an authority.Nick Mathewson2011-11-20
* | Make certificate skew into a protocol warningNick Mathewson2011-11-15