Age | Commit message (Expand) | Author | Files | Lines |
2002-12-23 | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 1 | -1/+0 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -3/+3 |
2002-12-14 | The name pointer in the talloc context must not be a talloced entry as | Jeremy Allison | 1 | -2/+13 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 1 | -16/+7 |
2002-05-16 | Add __va_copy to talloc functions. talloc_asprintf was causing all kinds | Jim McDonough | 1 | -5/+24 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -0/+9 |
2002-03-18 | more verbose checking in talloc and util_pw | Simo Sorce | 1 | -39/+49 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-03-10 | Fix typo. | Martin Pool | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-25 | picky about realloc | Jean-François Micouleau | 1 | -5/+6 |
2002-01-14 | FIXME We should turn the global list off when using Insure++, | Martin Pool | 1 | -0/+3 |
2002-01-03 | Cope nicely with pools with no name. | Martin Pool | 1 | -1/+10 |
2002-01-03 | talloc accounting now includes number of chunks and bytes allocated. | Martin Pool | 1 | -9/+42 |
2002-01-03 | Add talloc_asprintf_append, which grows an existing string buffer to | Martin Pool | 1 | -4/+76 |
2001-12-20 | Add --enable-dmalloc to link against the dmalloc malloc debugger. | Martin Pool | 1 | -1/+7 |
2001-12-19 | Make TALLOC_CTX and talloc_chunk private to talloc.c. | Martin Pool | 1 | -4/+74 |
2001-12-19 | Doc | Martin Pool | 1 | -8/+12 |
2001-12-19 | Doc | Martin Pool | 1 | -1/+7 |
2001-12-19 | Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf, | Martin Pool | 1 | -3/+3 |
2001-12-19 | Doc. | Martin Pool | 1 | -0/+6 |
2001-12-19 | Start adding some debugging features to talloc based on Samba's | Martin Pool | 1 | -7/+38 |
2001-12-05 | fixed an off by 1 bug in talloc_asprintf() | Andrew Tridgell | 1 | -1/+1 |
2001-12-04 | const religion in talloc calls | Andrew Tridgell | 1 | -2/+2 |
2001-10-14 | return of vsnprintf doesn't include termination | Andrew Tridgell | 1 | -1/+1 |
2001-10-14 | bit neater talloc_asprintf() implementation | Andrew Tridgell | 1 | -19/+11 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 1 | -0/+31 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -5/+4 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -1/+1 |
2001-07-02 | Made talloc_realloc() semantics match realloc(). JF was complaining :-). | Jeremy Allison | 1 | -0/+8 |
2001-06-22 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2001-06-22 | the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n... | Andrew Tridgell | 1 | -7/+1 |
2001-05-11 | Added talloc_strdup() funcion. | Tim Potter | 1 | -0/+6 |
2001-03-23 | Added Gerald's fixes. | Jeremy Allison | 1 | -1/+0 |
2001-03-23 | a much simpler talloc() implementation. This version has the following | Andrew Tridgell | 1 | -29/+36 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -0/+13 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 1 | -0/+22 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -0/+5 |
2000-08-12 | reworked talloc() to in order to help track down invalid | Gerald Carter | 1 | -25/+26 |
2000-08-10 | talloc returns 0xdeadbeef when asked to allocate 0 bytes | Gerald Carter | 1 | -19/+29 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -1/+8 |
2000-06-26 | fixed size alignment in talloc | Andrew Tridgell | 1 | -2/+2 |
2000-01-11 | Fixed pointer arithmetic found by IRIX compiler. | Jeremy Allison | 1 | -1/+1 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+96 |