aboutsummaryrefslogtreecommitdiff
path: root/devel/libpdel/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.5.0.Archie Cobbs2004-06-031-0/+17
| | | | Notes: svn path=/head/; revision=110794
* Update to version 0.3.4.Archie Cobbs2002-10-231-0/+2
| | | | Notes: svn path=/head/; revision=68694
* Update to version 0.3.3.Archie Cobbs2002-09-141-1/+7
| | | | Notes: svn path=/head/; revision=66283
* Update to version 0.3.2.Archie Cobbs2002-09-041-0/+1
| | | | Notes: svn path=/head/; revision=65624
* Upgrade to version 0.3.1. This fixes build problems on -stable.Archie Cobbs2002-08-221-0/+1
| | | | Notes: svn path=/head/; revision=64808
* The Packet Design Embedded Library (PDEL) is a C library containing anArchie Cobbs2002-08-211-0/+506
assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library: structs(3) - Threaded HTTP client/server library: http_server(3) - Application configuration framework: app_config(3) - Heap memory accounting and sanity checking: typed_mem(3) - File template library: tmpl(3) - Routines to configure networking interfaces, ARP table, and routing table (FreeBSD only): if_util(3), route_msg(3), uroute(3) - Logging library: alog(3) - Generic TCP server: tcp_server(3) - Generic hash table implementation: ghash(3) - Generic balanced tree implementation: gtree(3) - FILE * enhancements: - Base-64 encoding/decoding: base64(3) - Events and actions with automated locking: paction(3), pevent(3) - Generalized per-thread variables: tinfo(3) - Message ports: mesg_port(3) - Digital signature creation/verification: rsa_util_sign(3) - Filesystem mounting/unmounting (FreeBSD only): fs_mount(3) - String quoting/parsing: string_enquote(3) For more details, see the individual man pages referenced above. Notes: svn path=/head/; revision=64723