aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Document the fact that a zeroed-out refcounted object will behave inMichael Brown1-0/+5
2007-04-30Added plug_plug()Michael Brown1-0/+1
2007-04-29Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown4-16/+50
2007-04-29Skeleton job control interfaceMichael Brown1-0/+124
2007-04-29Add seek()Michael Brown2-16/+58
2007-04-28Preliminary support for opening data-transfer interfacesMichael Brown2-6/+117
2007-04-28Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions and debugMichael Brown1-3/+56
2007-04-27Added deliver-as-iobuf/deliver-as-raw concepts.Michael Brown1-1/+33
2007-04-26Initial sketch for the generic data-transfer interface.Michael Brown3-0/+262
2007-04-21Trivial ASN.1 decoding functions.Michael Brown1-0/+32
2007-04-09hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2-2/+16
2007-03-10Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown10-392/+670
2007-02-01SHA1_DIGEST_SIZE also available as a static constantMichael Brown1-0/+1
2007-02-01Make context sizes available for statically-allocated structuresMichael Brown2-0/+18
2007-02-01Fix prototypesMichael Brown1-4/+4
2007-02-01PlaceholderMichael Brown1-0/+10
2007-01-31Added wrapper for AXTLS AES codeMichael Brown1-0/+8
2007-01-31Added setiv methodMichael Brown1-0/+16
2007-01-31Add wrapper around axtls' sha1 codeMichael Brown1-0/+8
2007-01-31Placeholder for TLS insertionMichael Brown1-0/+12
2007-01-31Add HTTPS portMichael Brown1-0/+3
2007-01-31Swap downstream/upstream order so that debug messages for filters showMichael Brown1-6/+6
2007-01-31Add insert_filter() functionMichael Brown1-0/+3
2007-01-31Add null crypto algorithmMichael Brown1-0/+2
2007-01-31Changed to use the generic stream API.Michael Brown5-113/+19
2007-01-30Added cipher wrapper functionsMichael Brown1-0/+26
2007-01-30Missing check-inMichael Brown1-0/+19
2007-01-30Generalise digest_algorithm to crypto_algorithm.Michael Brown3-30/+70
2007-01-30Low-overhead filter streamsMichael Brown1-0/+44
2007-01-30Definition of a (hopefully) generic stream APIMichael Brown1-0/+187
2007-01-30Use "dbg_stream" rather than "stream" as a variable name inMichael Brown1-3/+3
2007-01-29Added async_block_progress() and default SIGUPDATE handler.Michael Brown1-0/+21
2007-01-29Moved most buffer debug messages to DBG2.Michael Brown1-20/+1
2007-01-26Move tolower() etc to ctype.h as per ISO CMichael Brown2-27/+30
2007-01-26Add 64-bit rotatesMichael Brown1-0/+8
2007-01-24Help quick testing of building Linux code inside gPXEMichael Brown1-0/+25
2007-01-24Add Linux-compatible rol32/ror32 functions. Amazingly, gcc willMichael Brown1-0/+19
2007-01-19Introduce structured error codes.Michael Brown1-157/+418
2007-01-19Add POSIX prototypes for time functions, to allow external code to buildMichael Brown2-0/+42
2007-01-19Split random number generation out into core/random.c, and create theMichael Brown1-4/+44
2007-01-19vsprintf.h is gPXE-specific; move it to include/gpxeMichael Brown1-3/+3
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-2/+0
2007-01-19Finally move the prototypes for printf() and friends to stdio.hMichael Brown2-34/+41
2007-01-194.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown2-1/+11
2007-01-19Add missing prerequisite includeMichael Brown1-0/+2
2007-01-18A working name resolution frameworkMichael Brown2-16/+47
2007-01-18Have DHCP set the nameserver, rather than DNS read the DHCP nameserverMichael Brown1-0/+2
2007-01-18Use total free memory as advertised window. This seems to be sufficientMichael Brown1-25/+14
2007-01-18Move include/malloc.h to include/gpxe/malloc.h, since everything in thereMichael Brown1-5/+7
2007-01-18console.h is no longer needed for debuggingMichael Brown1-1/+0