aboutsummaryrefslogtreecommitdiff
path: root/devel/libpdel
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 8.0Sergey Matveychuk2009-06-291-0/+80
| | | | | | | | | PR: ports/136012 Submitted by: Boris Lytochkin <lytboris at gmail.com> Approved by: mav (maintainer) Notes: svn path=/head/; revision=236779
* - Add patch to unbroke on CURRENT (with new ARP code)Sergey Matveychuk2009-03-102-7/+196
| | | | Notes: svn path=/head/; revision=229850
* Mark BROKEN on HEAD after the arp-v2 import.Erwin Lansing2009-01-081-1/+7
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225491
* - Fix a bug that caused segmentation fault in net/mpd[45] sometime.Sergey Matveychuk2007-11-192-9/+29
| | | | | | | | Submitted by: maintainer (mav) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202759
* - Fix a bug when pevent makes a wrong count when time intervals don'tSergey Matveychuk2007-10-092-9/+22
| | | | | | | | | devisible by a second. Submitted by: maintainer Notes: svn path=/head/; revision=201210
* - Fix build with gcc 4.1Sergey Matveychuk2007-04-021-0/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=189008
* - Pass maintainership to the last submitter.Sergey Matveychuk2007-02-061-1/+1
| | | | Notes: svn path=/head/; revision=184380
* - Add two patches.Sergey Matveychuk2007-02-063-1/+162
| | | | | | | | | | | | | 1) Fix a race condition. It prevents UDP sockets/descriptors leak when active RADIUS authorization used. 2) FSM events processing optimization. System calls nubers reduced almost twice. (It makes mpd4 faster) Submitted by: Alexander Motin <mav_at_alkar.net> Approved by: software developers Notes: svn path=/head/; revision=184379
* Reassign ports from archie@ back to pool at his request.Mark Linimon2006-11-251-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=178026
* - Mark unbroken on 7.x, nork fixed it this SeptemberAndrew Pantyukhin2006-11-171-16/+9
| | | | | | | | | | - Convert to use_ldconfig - Cosmetics Approved by: archie's inactivity and timeouts during the last 6 months Notes: svn path=/head/; revision=177454
* Fix build on 7-current.Norikatsu Shigemura2006-09-233-0/+31
| | | | | | | Approved by: maintainer timeout (1 week) Notes: svn path=/head/; revision=173644
* Correct brain spasm in previous commitKris Kennaway2006-09-101-2/+2
| | | | Notes: svn path=/head/; revision=172742
* BROKEN on 7.0: Does not compileKris Kennaway2006-09-101-1/+7
| | | | Notes: svn path=/head/; revision=172734
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Update to version 0.5.3.Archie Cobbs2005-01-212-3/+3
| | | | Notes: svn path=/head/; revision=127058
* Update to version 0.5.2.Archie Cobbs2004-07-292-3/+3
| | | | Notes: svn path=/head/; revision=114983
* Update to version 0.5.1.Archie Cobbs2004-06-112-3/+3
| | | | Notes: svn path=/head/; revision=111303
* Update to version 0.5.0.Archie Cobbs2004-06-034-3/+21
| | | | Notes: svn path=/head/; revision=110794
* Update to version 0.3.6.Archie Cobbs2004-04-022-4/+3
| | | | Notes: svn path=/head/; revision=105971
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Update to version 0.3.5.Archie Cobbs2003-07-032-2/+2
| | | | Notes: svn path=/head/; revision=84092
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to version 0.3.4.Archie Cobbs2002-10-233-3/+4
| | | | Notes: svn path=/head/; revision=68694
* Add link to web page.Archie Cobbs2002-10-101-20/+19
| | | | Notes: svn path=/head/; revision=67777
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* Update to version 0.3.3.Archie Cobbs2002-09-143-3/+9
| | | | Notes: svn path=/head/; revision=66283
* Oops, previous commit contained the wrong checksum.Archie Cobbs2002-09-041-1/+1
| | | | Notes: svn path=/head/; revision=65627
* Update to version 0.3.2.Archie Cobbs2002-09-043-2/+3
| | | | Notes: svn path=/head/; revision=65624
* Upgrade to version 0.3.1. This fixes build problems on -stable.Archie Cobbs2002-08-223-2/+3
| | | | Notes: svn path=/head/; revision=64808
* The Packet Design Embedded Library (PDEL) is a C library containing anArchie Cobbs2002-08-215-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. Notes: svn path=/head/; revision=64723