Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -127/+88 |
| | |||||
* | fixed callback_job cancellation for threads waiting in the bus | Martin Willi | 2007-11-19 | 1 | -6/+43 |
| | |||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 2 | -255/+86 |
| | |||||
* | added vsignal todo | Martin Willi | 2007-10-25 | 1 | -0/+4 |
| | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 1 | -1/+1 |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | ||||
* | further mobike improvements, regarding to NAT-T | Martin Willi | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | documentation fixes and updates | Martin Willi | 2007-06-11 | 1 | -5/+11 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -25/+7 |
| | | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere | ||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 2 | -1/+71 |
| | |||||
* | properly ignoring signals rised by a thread which is in listening state | Martin Willi | 2007-05-08 | 1 | -11/+8 |
| | |||||
* | allow to have listening state TRUE while sending singal ourself | Martin Willi | 2007-05-03 | 1 | -0/+7 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 4 | -7/+19 |
| | |||||
* | fixed 64 bit issue | Andreas Steffen | 2006-11-01 | 1 | -3/+4 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -9/+34 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 4 | -24/+18 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | added some missing 'AUD' entries | Andreas Steffen | 2006-10-28 | 1 | -14/+10 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 4 | -114/+78 |
| | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -8/+1 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 7 | -476/+561 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 8 | -0/+1100 |
host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there |