Commit Graph

  • 46e8e8e20f pascal-ize the error string master Kelvin Sherlock 2021-03-14 22:35:33 -0400
  • 1873eefd16 bump version number. r-0.4 Kelvin Sherlock 2016-01-05 20:11:25 -0500
  • 001f3e166d end-of-file newlines. Kelvin Sherlock 2016-01-05 19:59:13 -0500
  • 738ef127bd bump version number. Kelvin Sherlock 2015-12-31 09:40:23 -0500
  • 500983aac2 add ssh service. Kelvin Sherlock 2015-12-31 09:40:15 -0500
  • 561bbc03e8 fix resolv.conf name. Kelvin Sherlock 2015-12-31 09:39:37 -0500
  • 0ab620845f fixup readme ksherlock 2015-06-16 14:26:41 -0400
  • 7b61839ac1 Merge pull request #1 from sheumann/listen-fix ksherlock 2015-06-03 13:08:37 -0400
  • 4c42b341f3 fix error check in mlisten Stephen Heumann 2015-06-03 10:59:08 -0500
  • e8382bb374 Update README.md r-0.3 ksherlock 2013-08-08 20:45:52 -0400
  • c9be4bb807 update README Kelvin Sherlock 2013-08-08 20:33:56 -0400
  • 8855f7fb7d fix connect bug when family is unspecified Kelvin Sherlock 2013-08-08 20:19:59 -0400
  • 69b339ef5d move etc files Kelvin Sherlock 2013-08-08 20:19:39 -0400
  • 75e8d1b64d gno/me compatibility Kelvin Sherlock 2012-07-09 23:10:15 -0400
  • 236facc747 whois (freebsd 8.1) http://www.opensource.apple.com/source/adv_cmds/adv_cmds-118/whois.tproj/ Kelvin Sherlock 2012-07-09 23:08:29 -0400
  • 209804912e support for passive mode Kelvin Sherlock 2012-07-09 23:02:55 -0400
  • 84576037fe updated git ignore Kelvin Sherlock 2012-07-09 22:56:24 -0400
  • 07cac015d4 ftp (from BSDi, circa FreeBSD 2.0) https://www.gno.org/svn/gno/trunk/usr.bin/ftp/ Kelvin Sherlock 2012-07-09 22:56:12 -0400
  • dc8ac93eeb prods happy folder name Kelvin Sherlock 2012-07-09 22:45:48 -0400
  • 6c45b15d10 git ignore Kelvin Sherlock 2012-07-09 22:45:03 -0400
  • 7ed023f15d gno compatibility Kelvin Sherlock 2012-07-09 22:44:46 -0400
  • e8a24d7bda sic - simple IRC client. http://tools.suckless.org/sic Kelvin Sherlock 2012-07-09 22:42:22 -0400
  • 46270ba354 handle binding port 0. Kelvin Sherlock 2012-05-14 23:13:08 -0400
  • 7c7a339b39 fix compile errors. Kelvin Sherlock 2012-05-14 21:44:13 -0400
  • 98413db36b ... Kelvin Sherlock 2012-05-14 21:31:32 -0400
  • 40056f4655 bind Kelvin Sherlock 2012-05-14 21:31:11 -0400
  • eb541ae900 getpeername Kelvin Sherlock 2012-05-14 21:30:27 -0400
  • 9dfee1dd1c /etc/ files missing from gnome. Kelvin Sherlock 2012-05-13 19:47:28 -0400
  • 5851f2ff3e add comments. Kelvin Sherlock 2012-05-13 19:47:02 -0400
  • 7d93e491c1 accept/listen support. Kelvin Sherlock 2012-05-13 19:46:49 -0400
  • 7bd4d900c7 read/write oob. Kelvin Sherlock 2012-05-13 19:46:25 -0400
  • 6ab3356fc2 check shut_rd/shut_wr for read/write. Kelvin Sherlock 2012-05-13 19:45:51 -0400
  • b2e2a84b93 debugging for getsockname Kelvin Sherlock 2012-05-13 19:45:14 -0400
  • 2694424e3d update the read me text Kelvin Sherlock 2012-05-12 20:29:32 -0400
  • 39fbb1a191 udp connect -- just set the destination port & address. Kelvin Sherlock 2012-05-12 19:48:06 -0400
  • 750f8ab0e5 UDP support (socket, read, write) Kelvin Sherlock 2012-05-12 19:44:10 -0400
  • bd54abed5c xsockaddr Kelvin Sherlock 2012-05-12 19:43:24 -0400
  • 074335bc74 debug updates Kelvin Sherlock 2012-05-12 19:42:54 -0400
  • 7e6b2824d3 fix select(2) Kelvin Sherlock 2012-05-12 01:29:39 -0400
  • d8ec9c1962 remove any pending selects when closing the socket. Kelvin Sherlock 2012-05-12 01:28:46 -0400
  • 046bbd6a16 SO_TYPE Kelvin Sherlock 2012-05-12 01:25:36 -0400
  • 5048a815ea fix select support. Kelvin Sherlock 2012-05-11 22:47:09 -0400
  • 6eebad7335 stack size. Kelvin Sherlock 2012-05-11 22:46:42 -0400
  • 2ab70fbaff use Debug flag Kelvin Sherlock 2012-05-11 21:21:29 -0400
  • ffbc0ad320 add command line opts, stack check. Kelvin Sherlock 2012-05-11 21:21:10 -0400
  • 499df03987 remove duplicate label Kelvin Sherlock 2012-05-07 22:43:51 -0400
  • ecb8e59d6d more sock options. Kelvin Sherlock 2012-05-07 22:41:45 -0400
  • 5476bf616d updated makefile Kelvin Sherlock 2012-05-07 22:41:31 -0400
  • 38080d632d select Kelvin Sherlock 2012-05-07 22:41:13 -0400
  • fb960b0f9e getsockname Kelvin Sherlock 2012-05-07 22:41:05 -0400
  • 28069ac14b check busy flag for send/recv (may come from gs/os or as a tool call) Kelvin Sherlock 2012-05-07 22:39:40 -0400
  • 6b3130ea82 readme Kelvin Sherlock 2012-05-06 20:23:39 -0400
  • add73d61b5 remove old code Kelvin Sherlock 2012-05-06 19:37:47 -0400
  • 0353485d98 kCommandWrite, move logout to separate list. 2012-05-04 Kelvin Sherlock 2012-05-06 18:53:36 -0400
  • 69a5fb0a6b mshutdown/mioctl Kelvin Sherlock 2012-05-06 17:43:09 -0400
  • 51e1b69e46 add mshutdown Kelvin Sherlock 2012-05-06 17:43:00 -0400
  • 19210120d2 add int math header Kelvin Sherlock 2012-05-06 17:42:23 -0400
  • b71ea9536d ioctl(2) Kelvin Sherlock 2012-05-06 17:41:45 -0400
  • 20095e12d2 shutdown(2) Kelvin Sherlock 2012-05-06 17:41:38 -0400
  • e5d79067bb update makefile. Kelvin Sherlock 2012-05-06 17:41:32 -0400
  • 20ae337205 socket options. Kelvin Sherlock 2012-05-05 15:44:54 -0400
  • 94cd1304c4 might help to actually close the connection... Kelvin Sherlock 2012-05-05 10:48:19 -0400
  • 1883b2ce7a fix bugs Kelvin Sherlock 2012-05-05 02:20:05 -0400
  • c58d6d456d new code. Kelvin Sherlock 2012-05-05 01:08:27 -0400
  • 94c54160d8 pass in Entry instead of ipid. Kelvin Sherlock 2012-05-05 01:08:06 -0400
  • 12c3d22853 debug code Kelvin Sherlock 2012-05-04 20:11:15 -0400
  • b127812ccc new write function Kelvin Sherlock 2012-05-04 20:11:02 -0400
  • 1f6030f867 new read function Kelvin Sherlock 2012-05-04 20:10:49 -0400
  • f14c62511b misc updates Kelvin Sherlock 2012-05-03 17:25:03 -0400
  • 050fd731df debug code Kelvin Sherlock 2012-04-12 20:01:23 -0400
  • ba336246ec add makefile Kelvin Sherlock 2012-04-12 20:01:00 -0400
  • cc79ed4ede initial version (it even works) Kelvin Sherlock 2012-04-12 00:51:12 -0400