aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+2
* Adding the OpenSSL plugin to the Android build.Tobias Brunner2010-03-081-1/+1
* Adding a helper function that translates single characters in a string.Tobias Brunner2010-03-081-0/+22
* The return value of snprintf is int not size_t.Tobias Brunner2010-03-031-1/+1
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-2/+2
* Use pthread_cond_timedwait_monotonic on Android.Tobias Brunner2009-12-231-2/+4
* Fix word alignement in memxor() on 64-bit architecturesMartin Willi2009-11-121-1/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-15/+15
* use monotonic time source in convar->timed_wait, and in the scheduler using itMartin Willi2009-08-311-3/+6
* implemented a monotonic timestamping function, unaffected from system time ch...Martin Willi2009-08-311-0/+33
* cast pointers to uintptr_t for alignement checkMartin Willi2009-07-151-2/+3
* memxor does not access unaligned words anymore, but still uses words if possibleMartin Willi2009-07-081-9/+32
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-0/+1
* added return_true/false() dummy functionsMartin Willi2009-04-241-0/+16
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-127/+23
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-031-0/+17
* ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ...Martin Willi2008-12-021-13/+7
* added time.h include for struct tmMartin Willi2008-12-021-0/+1
* memxor() tweaks, as it is heavily used in xcbcMartin Willi2008-11-261-2/+10
* mkdir_p: utility function to create a directory and all required parent direc...Tobias Brunner2008-08-281-0/+51
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-0/+7
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-191-0/+8
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+327