aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-052-10/+10
|
* - reworked configuration framework completlyMartin Willi2006-03-163-26/+31
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - fixed doxygen warningsMartin Willi2005-12-151-1/+1
|
* - fixed some BAD bugsMartin Willi2005-12-122-6/+4
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - docs updatedMartin Willi2005-12-0612-29/+80
|
* (no commit message)Jan Hutter2005-12-061-0/+0
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-068-42/+224
|
* - comments addedMartin Willi2005-12-041-1/+1
|
* - allow termination of getting threadMartin Willi2005-12-021-0/+8
|
* - retransmitting of requests implementedJan Hutter2005-12-022-0/+39
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-024-0/+199
| | | | - fixed memory leaks
* - changed creation of iteratorJan Hutter2005-11-291-1/+1
| | | | - chanded all clone calls
* - changed allocation behaviorMartin Willi2005-11-2911-133/+96
|
* - return value cleanupMartin Willi2005-11-287-172/+91
|
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-1/+1
|
* changed enum and structs names to _tJan Hutter2005-11-2413-48/+54
|
* - created new makefilesJan Hutter2005-11-232-0/+62
|
* okMartin Willi2005-11-231-1/+1
|
* - moved packet and socket in new network-packageMartin Willi2005-11-233-7/+2
|
* - jobs moved into queuesMartin Willi2005-11-2310-2/+698
|
* include paths changedJan Hutter2005-11-236-13/+13
|
* - iterator insertionMartin Willi2005-11-171-1/+1
|
* jobs are getting destroyed by calling destroy_allJan Hutter2005-11-172-2/+2
|
* - job.h and job.c moved to directory jobsJan Hutter2005-11-162-2/+2
|
* - logger in utilsMartin Willi2005-11-113-3/+3
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - moved queues into subfolder queuesMartin Willi2005-11-116-0/+1010
- created subdirectory utils for linked_list_t and co.