summary refs log tree commit diff
path: root/pkgs/development/libraries/tsocks
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02tsocks: broken on darwinMatthew Bauer1-0/+1
(cherry picked from commit 83982dc675ecf0fb6860d8077335c39e96d6c739)
2016-04-27tsocks: switch back to regular stdenv libc, remove saveme compilationEdward Tjörnhammar1-2/+11
2014-12-08Revert "nixpkgs: remove tsocks"Edward Tjörnhammar2-0/+52
torsocks and tsocks are not equivalent. torsocks needs a tor proxy for DNS, tsocks do not. This reverts commit 1ef6470f15fa16c8f72467d54605096806476859. tsocks: adding myself as maintainer
2014-12-06nixpkgs: remove tsocksAustin Seipp2-52/+0
tsocks is old, and users should be using torsocks these days instead. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-20tsocks: support poll(2) applicationsEdward Tjörnhammar2-0/+28
2014-10-20tsocks: fix LD_PRELOAD referencesEdward Tjörnhammar1-2/+4
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-01-15Torsocks is not compatible with certain apps like Kopete. Will integrate both inEvgeny Egorochkin1-0/+22
NixOS. Revert "removing tsocks as it has been replaced by torsocks." This reverts commit f947527f184446572ad3e36c4423b23e797aeb5a.
2010-10-01removing tsocks as it has been replaced by torsocks.Russell O'Connor1-22/+0
svn path=/nixpkgs/trunk/; revision=24013
2010-09-22TSocks library: packagedEvgeny Egorochkin1-0/+22
svn path=/nixpkgs/trunk/; revision=23890