| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 794 | dormando | 07 Sep 2008 20:21:11 | Fix typos on site. Pointed out by:
|
| 793 | dormando | 29 Jul 2008 12:41:13 | replace busted distro file. Dormando dummmmmmmbbbbbbbbbbbbbb |
| 792 | dormando | 29 Jul 2008 03:24:07 | Push 1.2.6 final release! |
| 791 | dormando | 24 Jul 2008 14:25:39 | Upload 1.2.6-rc1 |
| 790 | ykerherve | 23 Jul 2008 15:18:17 | Fixed flush_all to only return success when there is a proper OK
|
| 789 | bradfitz | 28 Jun 2008 13:15:03 | add analytics, and change my email address to link to mailing list.. heh |
| 788 | dormando | 23 Jun 2008 00:05:28 | Another buffer overrun fix. |
| 787 | dormando | 23 Jun 2008 00:05:23 | Allocate new conn structures with calloc. Janusz Dziemidowicz reported conn->next was sometimes not initialized.
|
| 786 | dormando | 23 Jun 2008 00:05:18 | Fix heap corruption when copying too much data onto an item. (Dustin:)
|
| 785 | dormando | 23 Jun 2008 00:05:13 | Use calloc for allocating the hash table vs. malloc+memset. calloc is already used to resize the hash table, so it's good to be
|
| 784 | dormando | 23 Jun 2008 00:05:08 | Fix freesuffix corruption. When attempting to grow the freesuffix storage, the realloc is sized
That is, the original malloc is for sizeof(char *) * freesuffixtotal but the realloc for growth was freesuffixtotal * 2 On a 32-bit machine, this would have the effect of freeing half of
The realloc is now consistent with the initial malloc. |
| 783 | dormando | 11 Jun 2008 23:36:09 | make -k work under daemon mode (-d). |
| 782 | dormando | 11 Jun 2008 02:29:54 | maybe this'll look better? Hate not being able to test BML from here :) |