Menu

Tree [88b24c] master /
 History

HTTPS access


File Date Author Commit
 compat 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 CHANGELOG 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 LICENSE 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 Makefile.am 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 Makefile.am.inc 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 Makefile.in 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 README 2014-11-28 jesse jesse [fd7ae3] Refreshed updates. Fixed configure issue.
 TODO 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 acconfig.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 aclocal.m4 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 atomicio.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 bwstat.c 2014-11-29 Jesse Smith Jesse Smith [88b24c] code clean-up to avoid some compiler warnings
 bwstat.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 cleanup.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 cleanup.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 client.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 client.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 conf.c 2014-11-29 Jesse Smith Jesse Smith [88b24c] code clean-up to avoid some compiler warnings
 conf.h 2014-11-29 Jesse Smith Jesse Smith [88b24c] code clean-up to avoid some compiler warnings
 config.guess 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 config.h.in 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 config.log 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 config.sub 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 configure 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 configure.in 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 daemon.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 err.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 getopt.c 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 install-sh 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 libtool 2014-11-28 jesse jesse [fd7ae3] Refreshed updates. Fixed configure issue.
 ltmain.sh 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 message.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 missing 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 mkinstalldirs 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 print.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 print.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 setenv.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 stamp-h.in 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 strlcat.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 strlcpy.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 strsep.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 trickle-overload.c 2014-11-28 Jesse Smith Jesse Smith [a002bd] Applied scheduling patch from Ubuntu. Cleaned u...
 trickle.1 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 trickle.c 2014-11-29 Jesse Smith Jesse Smith [88b24c] code clean-up to avoid some compiler warnings
 trickle.h 2014-11-28 Jesse Smith Jesse Smith [a002bd] Applied scheduling patch from Ubuntu. Cleaned u...
 tricklectl.c 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 trickled.8 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 trickled.c 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 trickled.conf.5 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 trickledu.c 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 trickledu.h 2014-11-28 Jesse Smith Jesse Smith [f64e16] Applied Debian patches, fixed crash (supplied b...
 util.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 util.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 version.h 2014-11-29 Jesse Smith Jesse Smith [da3382] Added stand alone version file.
 xdr.c 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit
 xdr.h 2014-11-27 Jesse Smith Jesse Smith [9225be] Initial commit

Read Me

--------------------------------------------------------------------------------
trickle 1.07
--------------------------------------------------------------------------------
   by Marius Aamodt Eriksen <marius@monkey.org>
   http://monkey.org/~marius/trickle

   Maintained by Jesse Smith <jessefrgsmith@yahoo.ca>
   http://trickled.sf.net


DESCRIPTION

   trickle is a voluntary, cooperative bandwidth shaper.  trickle works
   entirely in userland and is cross platform compatible.

INSTALL

   ./configure
   make
   su
   make install

   Note that on certain systems you may get the following error on "make":

   configure.in:220: error: do not use LIBOBJS directly, use AC_LIBOBJ (see 
   section `AC_LIBOBJ vs LIBOBJS'
         If this token and others are legitimate, please use m4_pattern_allow.
         See the Autoconf documentation.
   make: *** [configure] Error 1

   this is easily circumvented by running make again.

   To make a RedHat RPM, simply type

   rpmbuild -ta trickle-1.07.tar.gz

DOCUMENTATION

   See the manpage trickle(1), trickled(8) and trickled.conf(5).

THANKS

   Jolan Luff <jolan@cryptonomicon.org>
       for testing and access to esoteric platforms.

   Tony Kurc 
       for the awesome logo.

   Dag WieŽrs <dag@wieers.com>
       for the RedHat SPEC. 

   Niels Provos <provos@citi.umich.edu>,
   Gareth Watts <gareth@omnipotent.net>,
   Jolan Luff <jolan@cryptonomicon.org>,
   Todd Vierling <tv@duh.org> and
   MESH (http://mesh.eecs.umich.edu/)
       for useful discussions and suggestions.

LICENSE

   trickle is distributed under a BSD like license.  Feel free to use,
   modify and distribute in any form.  See the LICENSE file for more
   information.