Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to version 0.5.2. | archie | 2004-07-29 | 2 | -3/+3 |
| | |||||
* | Update to version 0.5.1. | archie | 2004-06-11 | 2 | -3/+3 |
| | |||||
* | Update to version 0.5.0. | archie | 2004-06-03 | 4 | -3/+21 |
| | |||||
* | Update to version 0.3.6. | archie | 2004-04-02 | 2 | -4/+3 |
| | |||||
* | SIZEify (maintainer timeout) | trevor | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | o Bump $LIB_DEPENDS line to chase expat's shlib version. | kuriyama | 2004-03-14 | 1 | -1/+2 |
| | | | | o Bump $PORTREVISION. | ||||
* | Update to version 0.3.5. | archie | 2003-07-03 | 2 | -2/+2 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Update to version 0.3.4. | archie | 2002-10-23 | 3 | -3/+4 |
| | |||||
* | Add link to web page. | archie | 2002-10-10 | 1 | -20/+19 |
| | |||||
* | Bump PORTREVISION and expat shlib. | kuriyama | 2002-09-17 | 1 | -1/+2 |
| | |||||
* | Update to version 0.3.3. | archie | 2002-09-14 | 3 | -3/+9 |
| | |||||
* | Oops, previous commit contained the wrong checksum. | archie | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | Update to version 0.3.2. | archie | 2002-09-04 | 3 | -2/+3 |
| | |||||
* | Upgrade to version 0.3.1. This fixes build problems on -stable. | archie | 2002-08-22 | 3 | -2/+3 |
| | |||||
* | The Packet Design Embedded Library (PDEL) is a C library containing an | archie | 2002-08-21 | 5 | -0/+552 |
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. |