summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias_smedia.c
Commit message (Collapse)AuthorAgeFilesLines
* Mostly mechanical rework of libalias:phk2004-01-171-10/+10
| | | | | | | | | | | | Makes it possible to have multiple packet aliasing instances in a single process by moving all static and global variables into an instance structure called "struct libalias". Redefine a new API based on s/PacketAlias/LibAlias/g Add new "instance" argument to all functions in the new API. Implement old API in terms of the new API.
* Remove trailing whitespacebrian2002-07-011-23/+23
|
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
|
* Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
|
* Added boolean argument to link searching functions, indicatingru2000-10-301-1/+1
| | | | whether they should create a link if lookup has failed or not.
* Add -Wmissing-prototypes.ru2000-09-151-3/+6
|
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-0/+427
Quicktime streaming media applications. Add a BUGS section to the man page. Submitted by: Erik Salander <erik@whistle.com>
OpenPOWER on IntegriCloud