Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix a possible negative shift in address comparison. May fix bug 845 and bug...•••svn:r17169 | Nick Mathewson | 2008-10-29 |
* | fix typo•••svn:r16949 | Roger Dingledine | 2008-09-24 |
* | Fix mingw build with --enable-gcc-warnings set.•••svn:r16759 | Nick Mathewson | 2008-09-04 |
* | An asterisk makes a difference sometimes. Fixes bug 809.•••svn:r16758 | Nick Mathewson | 2008-09-04 |
* | take out a line that i think is extraneous. come on, what could•••go wrong? svn:r16714 | Roger Dingledine | 2008-09-01 |
* | Try once again to make BSD compilation happy.•••svn:r16474 | Nick Mathewson | 2008-08-08 |
* | r17666@tombo: nickm | 2008-08-07 15:12:30 -0400••• Make tor_addr_from_sockaddr also give away the port in a useful format svn:r16458 | Nick Mathewson | 2008-08-07 |
* | r17643@31-33-44: nickm | 2008-08-05 16:18:25 -0400••• Oops. Remove code to set (nonportable) sin_len fields. Added it to try to fix a bug that turned out to be something else. svn:r16436 | Nick Mathewson | 2008-08-05 |
* | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400••• Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435 | Nick Mathewson | 2008-08-05 |
* | Make compiler with GCC warnings enabled happy.•••svn:r16300 | Karsten Loesing | 2008-07-31 |
* | r17434@tombo: nickm | 2008-07-29 10:58:36 -0400••• Refactor tor_addr_from_string: it didnt need most of parse_addr_mask_port_range, and its dependence on that latter function made it less flexible. svn:r16255 | Nick Mathewson | 2008-07-30 |
* | r17426@tombo: nickm | 2008-07-28 20:34:03 -0400••• More test coverage for tor_addr_t; fix a couple of bugs. svn:r16234 | Nick Mathewson | 2008-07-29 |
* | r17391@pc-10-8-1-079: nickm | 2008-07-25 17:11:17 +0200••• Tor_addr_compare did a semantic comparison, such that ::1.2.3.4 and 1.2.3.4 were "equal". we sometimes need an exact comparison. Add a feature to do that. svn:r16210 | Nick Mathewson | 2008-07-25 |
* | r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200••• Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much. svn:r16208 | Nick Mathewson | 2008-07-25 |