| Commit message (Expand) | Author | Age |
... | |
* | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733
| Nick Mathewson | 2004-11-09 |
* | various fixes•••svn:r2712
| Roger Dingledine | 2004-11-09 |
* | parse_line_from_file is obsolete.•••svn:r2693
| Roger Dingledine | 2004-11-06 |
* | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688
| Nick Mathewson | 2004-11-05 |
* | Use new log format; convert old format to new format.•••svn:r2684
| Nick Mathewson | 2004-11-05 |
* | Twiddle header order to compile on OS X again•••svn:r2681
| Nick Mathewson | 2004-11-04 |
* | Add code to read configuration lines from a string as well as a file•••svn:r2676
| Nick Mathewson | 2004-11-04 |
* | Fix windows build•••svn:r2670
| Nick Mathewson | 2004-11-04 |
* | fix typos•••svn:r2666
| Nick Mathewson | 2004-11-03 |
* | Implement two flavors of authentication for control connections: one for trus...•••svn:r2664
| Nick Mathewson | 2004-11-03 |
* | Remove extraneous local•••svn:r2663
| Nick Mathewson | 2004-11-03 |
* | Add a write_bytes_to_file so we can have files with NULs in them.•••svn:r2662
| Nick Mathewson | 2004-11-03 |
* | Add a slightly trickier string-join interface for making NUL-terminated strin...•••svn:r2659
| Nick Mathewson | 2004-11-03 |
* | Add a callback log handler type•••svn:r2658
| Nick Mathewson | 2004-11-03 |
* | my assert.h takes extra pains to be certain to _re-include_•••itself if you include it twice. this is dumb, but hey.
svn:r2653
| Roger Dingledine | 2004-11-03 |
* | The spelling is "d-e-f-i-n-e".•••svn:r2650
| Nick Mathewson | 2004-11-03 |
* | Add compatibility macros for printf and scanf-ing 64-bit unsigned ints•••svn:r2648
| Nick Mathewson | 2004-11-02 |
* | Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647
| Nick Mathewson | 2004-11-02 |
* | Use a stricter set of warnings; make them all pass.•••svn:r2645
| Nick Mathewson | 2004-11-02 |
* | canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644
| Roger Dingledine | 2004-11-02 |
* | Fix signed/unsigned comparison warning•••svn:r2643
| Nick Mathewson | 2004-11-01 |
* | util.c needs ctype.h for tolower and isspace•••svn:r2642
| Roger Dingledine | 2004-11-01 |
* | Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640
| Nick Mathewson | 2004-11-01 |
* | make sure options.MaxConn can be reached•••svn:r2638
| Roger Dingledine | 2004-11-01 |
* | Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629
| Nick Mathewson | 2004-10-30 |
* | Move all util functions that need openssl into crypto.c; make non-openssl fun...•••svn:r2628
| Nick Mathewson | 2004-10-30 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615
| Nick Mathewson | 2004-10-27 |
* | Pass with -Wstrict-prototypes•••svn:r2614
| Nick Mathewson | 2004-10-27 |
* | Fix windows build•••svn:r2613
| Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strcpy.•••svn:r2610
| Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf•••svn:r2609
| Nick Mathewson | 2004-10-27 |
* | snprintf wrapper with consistant (though not C99) overflow behavior•••svn:r2606
| Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strncpy•••svn:r2603
| Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf•••svn:r2602
| Nick Mathewson | 2004-10-27 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591
| Nick Mathewson | 2004-10-26 |
* | Handle more errnos from accept() without closing the connection. This may fi...•••svn:r2579
| Nick Mathewson | 2004-10-24 |
* | Check for low _MSC_VER, not high. On windows, always use winsock.•••svn:r2575
| Nick Mathewson | 2004-10-20 |
* | add winsock if you've got it, regardless of whether you're msv•••svn:r2573
| Roger Dingledine | 2004-10-20 |
* | Tolerate NULL nicknames better•••svn:r2567
| Nick Mathewson | 2004-10-19 |
* | i take back everything i've said about unit tests•••svn:r2547
| Roger Dingledine | 2004-10-16 |
* | don't assert multiple things in the same tor_assert()•••svn:r2545
| Roger Dingledine | 2004-10-16 |
* | Change interface of parse_addr_port() to return address in host order, since ...•••svn:r2542
| Nick Mathewson | 2004-10-16 |
* | Refactor parse-addr-mask-and-port-range into a separate function•••svn:r2540
| Nick Mathewson | 2004-10-16 |
* | fix memory leak in router.c; start relying on NULL==(zero bytes)•••svn:r2538
| Nick Mathewson | 2004-10-16 |
* | Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...•••svn:r2536
| Nick Mathewson | 2004-10-16 |
* | Oops; make sure that break; and continue; work within SMARTLIST_FOREACH•••svn:r2532
| Nick Mathewson | 2004-10-15 |
* | Use token-pasting magic to make nested SMARTLIST_FOREACH work.•••svn:r2526
| Nick Mathewson | 2004-10-15 |
* | add documentation for smartlist_join_strings•••svn:r2524
| Nick Mathewson | 2004-10-15 |
* | Basic string-join functionality•••svn:r2521
| Nick Mathewson | 2004-10-14 |
* | fix tab/space in torgzip.h•••svn:r2493
| Nick Mathewson | 2004-10-14 |