summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly different Windows ifdefsGuido van Rossum1996-06-281-4/+4
* changed windows test symbols; removed debug printf from socketsGuido van Rossum1996-06-261-10/+9
* More rational support for Windows (tested on Roj's NT 3.5 machine only).Guido van Rossum1996-06-201-141/+117
* ntohs, ntohl, htons, htonl -- thanks to LanceGuido van Rossum1996-06-121-0/+56
* more changes for Windows, sighGuido van Rossum1996-06-121-29/+57
* Calculate length of AF_UNIX addr struct portably in getsockaddrarg().Guido van Rossum1996-06-111-1/+1
* Get rid of obsolete allowbroadcast().Guido van Rossum1996-06-111-23/+2
* Windows/PC changesGuido van Rossum1996-05-231-7/+40
* remove unused variablesGuido van Rossum1996-02-271-9/+2
* Include GUSI.h if using gusi-socketsJack Jansen1996-02-141-0/+5
* clear addr buffer before calling getsocknameGuido van Rossum1996-01-121-0/+1
* plug some leaksGuido van Rossum1995-09-131-2/+6
* add setblocking(); NT changes; null-terminate Unix pathGuido van Rossum1995-06-141-12/+33
* fixed up comments describing interfaceGuido van Rossum1995-03-161-19/+18
* mode and optional bufsize for makefile()Guido van Rossum1995-03-141-6/+15
* add INADDR_* symbolsGuido van Rossum1995-02-171-0/+37
* add socket related constantsGuido van Rossum1995-02-071-0/+202
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-5/+5
* better test for existence of hstrerror()Guido van Rossum1995-01-101-2/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-23/+131
* new styleGuido van Rossum1994-10-101-280/+279
* * Modules/xxmodule.c: integrated with xxobject.c by JackGuido van Rossum1994-09-291-0/+12
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-0/+33
* Changes to make it work and compile on NT, by Mark Hammond.Guido van Rossum1994-08-181-99/+125
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-051-0/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-67/+48
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-6/+7
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-2/+2
* * socketmodule.c: fix long-standing bug in recvfrom() -- addrlenGuido van Rossum1993-05-251-2/+5
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-27/+30
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-0/+9
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-11/+20
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+4
* socketmodule.c: added socket.fromfd(fd, family, type, [proto]);Guido van Rossum1992-12-081-8/+32
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-0/+48
* Made struct a standard built-in module; added string args to {set,get}sockopt;Guido van Rossum1992-09-081-16/+48
* * Makefile: cosmeticsGuido van Rossum1992-08-051-36/+74
* Sometimes, recvfrom() returns an empty address; this is not an error.Guido van Rossum1992-08-051-26/+10
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-6/+16
* Some UNIX types want the exact size of the address structureGuido van Rossum1992-06-121-1/+35
* Added {get,set}sockopt(). allowbroadcast is now obsolete.Guido van Rossum1992-06-051-2/+54
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Lint fixes.Guido van Rossum1992-03-271-3/+5
* Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.Guido van Rossum1992-01-271-8/+10
* AIX fix.Guido van Rossum1991-11-271-1/+2
* Added allowbroadcast()Guido van Rossum1991-10-201-1/+23
* Make Socktype global so old and new compilers will like it.Guido van Rossum1991-09-101-6/+4
* Add gethostname() and s.avail().Guido van Rossum1991-07-271-3/+52