| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
24a6815e87 | preliminary attempt to make the udp controller thread-safe | 14 years ago |
|
|
2b63e794df |
Prepare for multi-threaded operation
Introduce generic "objects" with reference counting primitives and automatic
resource deallocation when no refs are left ("garbage collection"). Overhaul
poller framework to make extensive use of these objects to allow for future
thread-concurrent operation.
No locking added anywhere yet except in poller. Poller is still not 100%
thread safe, but close.
Valgrind reports no errors or memleaks.
|
14 years ago |
|
|
28b90b385e | add fromtag and totag to D udp command | 14 years ago |
|
|
fb72957594 |
Cleanup regex result indexing and add via branch.
- Use defines to index regex results. - Add optional viabranch suffixed to call-id (WIP). |
14 years ago |
|
|
e6e151bdd4 | and while we're at it, add support for ipv6 on the udp control protocol as well | 14 years ago |
|
|
d6c60a8c3b | implement fallback pcre for unparsable udp commands | 14 years ago |
|
|
31c9ea98a4 | move the evil global variables into the context structure | 14 years ago |
|
|
b6370bf556 | First step in implementation of UDP control protocol - untested/unfinished | 15 years ago |