| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r25669 pending clarification of goals and API review | Tom Yu | 2012-02-03 | 1 | -9/+0 |
| * | Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic... | Zhanna Tsitkov | 2012-02-03 | 1 | -0/+9 |
| * | Add support for loadable profile modules | Greg Hudson | 2011-07-20 | 1 | -1/+21 |
| * | Add libprofile support for vtable-backed profiles | Greg Hudson | 2011-07-20 | 1 | -0/+150 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -5/+5 |
| * | * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable... | Alexandra Ellwood | 2004-11-04 | 1 | -0/+5 |
| * | Permit exporting profile file data into a buffer | Ken Raeburn | 2004-10-27 | 1 | -0/+4 |
| * | Allow profile library caller to write the modified data to a different | Ken Raeburn | 2004-10-18 | 1 | -0/+2 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -13/+1 |
| * | * prof_get.c (profile_iterator_create): NAMES argument points to const pointers. | Ken Raeburn | 2003-12-20 | 1 | -1/+1 |
| * | Remove leading spaces in #define and #include in public headers to support K&... | Alexandra Ellwood | 2003-07-03 | 1 | -16/+13 |
| * | * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour... | Alexandra Ellwood | 2003-03-06 | 1 | -11/+0 |
| * | Merge some Mac-specific changes from meeroh's branch: | Ken Raeburn | 2002-12-31 | 1 | -26/+34 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -35/+27 |
| * | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 1 | -1/+0 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -4/+2 |
| * | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -22/+20 |
| * | * prof_tree.c (struct profile_iterator): Member "names" now points to const. | Ken Raeburn | 2001-07-19 | 1 | -1/+1 |
| * | * prof_init.c: Cleanup internal type warnings in calls to profile_init | Ezra Peisach | 2000-07-24 | 1 | -2/+2 |
| * | * prof_init.c (profile_init_path): Use profile_filespec_t instead | Ezra Peisach | 2000-06-26 | 1 | -2/+2 |
| * | Added profile_get_boolean | Miro Jurisic | 2000-03-24 | 1 | -0/+5 |
| * | Danilo's const_profile_filespec_t and other changes from 1.1 branch | Ken Raeburn | 1999-09-01 | 1 | -5/+9 |
| * | Remove profile_free_string because we already have profile_release_string | Danilo Almeida | 1999-08-05 | 1 | -4/+0 |
| * | Add profile_free_string to free strings allocated by profile_get_string | Danilo Almeida | 1999-08-05 | 1 | -0/+4 |
| * | Profile library now uses MacOS native file specifiers on MacOS, and file path... | Miro Jurisic | 1999-07-21 | 1 | -2/+28 |
| * | Added #ifdef __cplusplus extern "C" | Miro Jurisic | 1999-07-14 | 1 | -0/+8 |
| * | prof_init.c (profile_abandon): New function which frees the profile | Theodore Tso | 1999-04-14 | 1 | -0/+3 |
| * | * profile.hin: Fix GSS_DLLIMP | Tom Yu | 1999-03-15 | 1 | -0/+1 |
| * | * profile.hin: Fix prototype of profile_flush() to use long rather | Tom Yu | 1999-03-09 | 1 | -1/+1 |
| * | test_profile.c: Added ability to test profile set functions, and in a | Theodore Tso | 1999-03-03 | 1 | -0/+3 |
| * | prof_tree.c: Add new functions profile_get_node_name, | Theodore Tso | 1999-03-03 | 1 | -11/+27 |
| * | profile.hin: Fix definition of PROTOYPE so that it works under C++ | Theodore Tso | 1999-01-21 | 1 | -1/+1 |
| * | prof_get.c: Add new public profile_iterator functions for iterating | Theodore Tso | 1998-12-04 | 1 | -1/+18 |
| * | Makefile.in: Added prof_get.c to the list of files to be compiled | Theodore Tso | 1998-11-03 | 1 | -0/+10 |
| * | Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined | Richard Basch | 1997-02-18 | 1 | -0/+14 |
| * | Export profile_get_values() for krb4 library (win16/win32) | Richard Basch | 1997-02-18 | 1 | -6/+6 |
| * | profile.hin: Do not multiply process the contents of this file | Richard Basch | 1997-02-06 | 1 | -0/+4 |
| * | test_profile.c: Add usage message if not enough arguments | Theodore Tso | 1996-06-12 | 1 | -1/+1 |
| * | * profile.hin: Add profile_init_path prototype | Ezra Peisach | 1996-01-11 | 1 | -0/+3 |
| * | prof_tree.c (profile_free_node): Copy child->next to a scratch | Theodore Tso | 1995-05-05 | 1 | -1/+0 |
| * | Got the profile code to work on the PC | Keith Vetter | 1995-04-27 | 1 | -1/+1 |
| * | Only define PROTOTYPE if not previously defined. (avoid conflicting | Ezra Peisach | 1995-04-27 | 1 | -0/+2 |
| * | Rename profile.h.in to profile.hin to, make things easier for systems | Theodore Tso | 1995-04-22 | 1 | -0/+30 |