summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_int.h
Commit message (Expand)AuthorAgeFilesLines
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-311-6/+0
* Delete setting and testing of STAT_ONCE_PER_SECOND, just always do itKen Raeburn2005-10-211-4/+0
* profile library should check high-resolution timestamps if availableKen Raeburn2005-03-131-0/+1
* possible profile null pointer deref in threaded appKen Raeburn2005-02-231-3/+18
* call stat less often on krb5.confKen Raeburn2004-10-301-0/+5
* Permit exporting profile file data into a bufferKen Raeburn2004-10-271-0/+6
* Allow profile library caller to write the modified data to a differentKen Raeburn2004-10-181-0/+4
* * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn2004-10-151-11/+8
* Need prototypes for profile_lock_global and profile_unlock_globalAlexandra Ellwood2004-10-131-0/+3
* * prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn2004-09-281-0/+1
* * prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn2004-08-271-0/+8
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-1/+1
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-13/+0
* Change profile code over to new thread macros, and enable data sharing alwaysKen Raeburn2004-03-141-18/+3
* prof-int.h should include pthread.h when USE_PTHREADS is definedAlexandra Ellwood2004-01-301-0/+6
* * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood2003-03-061-5/+2
* * prof_int.h (SHARE_TREE_DATA): Define only on MacKen Raeburn2003-01-131-2/+1
* Support \r as additional line separator on Mac OS XKen Raeburn2003-01-091-3/+1
* Merge some Mac-specific changes from meeroh's branch:Ken Raeburn2002-12-311-9/+0
* * prof_int.h: Define USE_PTHREADS and include pthread.h if on MacOS X.Ken Raeburn2002-12-211-1/+18
* Merge in data tree sharing, minus locking support, plus a bugfix or twoKen Raeburn2002-12-201-0/+16
* Checkpoint first step of merge.Ken Raeburn2002-12-071-9/+31
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-47/+41
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-8/+1
* * prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn2001-07-191-1/+1
* * prof_int.h: Provide prototypes for profile_ser_size,Ezra Peisach2001-07-021-0/+8
* Danilo's const_profile_filespec_t and other changes from 1.1 branchKen Raeburn1999-09-011-2/+2
* * prof_int.h (profile_t): Delete typedef, since Miro changed prof_int.h toKen Raeburn1999-07-211-2/+0
* Profile library now uses MacOS native file specifiers on MacOS, and file path...Miro Jurisic1999-07-211-64/+16
* prof_init.c (profile_abandon): New function which frees the profileTheodore Tso1999-04-141-0/+3
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-031-0/+7
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-031-12/+59
* prof_get.c: Add new public profile_iterator functions for iteratingTheodore Tso1998-12-041-2/+11
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-141-0/+32
* Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1998-11-031-22/+15
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-1/+1
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-181-21/+21
* prof_int.h: Include "com_err.h" instead of redeclaring errcode_tRichard Basch1997-02-081-10/+11
* test_profile.c: Add usage message if not enough argumentsTheodore Tso1996-06-121-1/+8
* * prof_init.c (profile_init_path): takes a single string entryMark Eichin1995-10-021-0/+3
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-231-5/+11
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-151-0/+17
* Changes for Macintosh implementationKeith Vetter1995-07-061-0/+5
* Got the profile code to work on the PCKeith Vetter1995-04-271-1/+1
* Initial checkin of the profile libraryTheodore Tso1995-04-201-0/+119