summaryrefslogtreecommitdiffstats
path: root/listen
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-211-4/+0
| | | | | | Glibc as old as 2.2 provides working headers under the right name and if not libax25 would install headers under the right name so this has become redundant and ugly.
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
|
* Remove all generated files.Ralf Baechle2009-06-191-539/+0
| | | | | | | | | | | | | | Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed.
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-141-1/+1
| | | | | | | | Various socket syscalls receive a length argument that should be a socklen_t rsp. a ptr to a socklen_t but instead int rsp. ptr to int were being passed. While in theory this was a bug it's harmless as dangerously large values would not be used but the issue manifested itself in a significant number of compilation warnings.
* Eleminate use of register keywordRalf Baechle2009-06-141-2/+2
| | | | | Any modern C compiler will just ignore register so it's just cluttering the screen.
* Added some includes. This fixes compilation problems in gentoo,Thomas Osterried2009-04-221-0/+1
| | | | and warnings.
* listen did not terminate if caller has died. fputs and fflushThomas Osterried2008-11-241-2/+4
| | | | return value EOF was not honored.
* changed mail addressThomas Osterried2008-04-272-3/+3
|
* updated addressesThomas Osterried2008-04-132-3/+3
|
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-233-51/+47
| | | | pointless comments.
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-221-188/+291
|
* Minor bug fixes and some restructuringScott Miller N1VG2004-02-041-199/+118
|
* Added opentrac to listenCraig Small2004-02-047-220/+836
| | | | More autobbreak updating nightmares
* used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.cMichael Taylor2002-11-031-1/+1
|
* changed fd_set variables around so no clashax25-apps-0.0.6Craig Small2002-03-041-2/+2
|
* Steve Frasers patch for ssid matching in ax25ipdCraig Small2002-01-121-1/+1
|
* * adjusted temp version back to 0.0.6Craig Small2002-01-072-1/+5
| | | | * Added \n to poll line
* remerged with terry indentsCraig Small2001-11-275-96/+168
|
* updated libtool, uniformly indented source, corrected small ax25mond ↵Terry Dawson VK2KTJ2001-09-1215-719/+790
| | | | Makefile bug
* Initial revisionax25-apps-0.0.5p2Craig Small2001-04-1011-26/+303
|
* Import ax25-apps 0.0.4 from tarballax25-apps-0.0.4Ralf Baechle1999-08-241-6/+6
|
* Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3Ralf Baechle1999-08-104-53/+104
|
* Import ax25-apps 0.0.2 from tarballax25-apps-0.0.2Ralf Baechle1999-07-082-15/+1
|
* Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1Ralf Baechle1999-06-0718-0/+2728