]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-02-01  Michael BrownMake context sizes available for statically-allocated...
2007-02-01  Michael BrownVanilla copies from axtls
2007-02-01  Michael BrownQuick hacks to get it working
2007-02-01  Michael BrownAdd dummy setiv method
2007-02-01  Michael BrownFix prototypes
2007-02-01  Michael BrownMore assertions
2007-02-01  Michael BrownAlso print out stack pointer (with optional stack dump)
2007-02-01  Michael BrownPlaceholder
2007-01-31  Michael BrownAssert that division result is correct
2007-01-31  Michael BrownAdded __umoddi3
2007-01-31  Michael BrownOriginal axtls RSA code
2007-01-31  Michael BrownAdded wrapper for AXTLS AES code
2007-01-31  Michael BrownAdded setiv method
2007-01-31  Michael BrownAdd wrapper around axtls' sha1 code
2007-01-31  Michael BrownAdding missing include
2007-01-31  Michael BrownMade most of the build much quieter
2007-01-31  Michael BrownWe need this, I think
2007-01-31  Michael BrownForce inlining
2007-01-31  Michael BrownPlaceholder for TLS insertion
2007-01-31  Michael BrownAdd HTTPS port
2007-01-31  Michael BrownFilter insertion now actually works
2007-01-31  Michael BrownSwap downstream/upstream order so that debug messages...
2007-01-31  Michael Brown...but not when it's being used as a digest algorithm...
2007-01-31  Michael BrownThe null crypto algorithm should at least copy data...
2007-01-31  Michael BrownTidy up debug messages
2007-01-31  Michael BrownAdd insert_filter() function
2007-01-31  Michael BrownAdd null crypto algorithm
2007-01-31  Michael BrownChanged to use the generic stream API.
2007-01-31  Michael BrownFirst sketch of stream API
2007-01-30  Michael BrownPlaceholder
2007-01-30  Michael BrownAdded blocksize for the benefit of HMAC code
2007-01-30  Michael BrownAdded cipher wrapper functions
2007-01-30  Michael BrownMissing check-in
2007-01-30  Michael BrownGeneralise digest_algorithm to crypto_algorithm.
2007-01-30  Michael BrownLow-overhead filter streams
2007-01-30  Michael BrownDefinition of a (hopefully) generic stream API
2007-01-30  Michael BrownUse "dbg_stream" rather than "stream" as a variable...
2007-01-29  Michael BrownDon't call PXENV_STOP_UNDI in the kpxeprefix. This...
2007-01-29  Michael BrownSplit bootsector execution code out into bootsector.c.
2007-01-29  Michael BrownKeep HTTP progress updated, and display a progress...
2007-01-29  Michael BrownAdded async_block_progress() and default SIGUPDATE...
2007-01-29  Michael BrownMoved most buffer debug messages to DBG2.
2007-01-28  Michael BrownShould be correct for building RSA
2007-01-28  Michael BrownHandle (64-bit) / (32-bit) = (64-bit), i.e. one step...
2007-01-26  Michael BrownAdd matrixssl directory
2007-01-26  Michael BrownAvoid barfing on gcc's implicit memcpy()s
2007-01-26  Michael BrownAllow MatrixSSL code to compile inside gPXE
2007-01-26  Michael BrownMove tolower() etc to ctype.h as per ISO C
2007-01-26  Michael BrownAdd 64-bit rotates
2007-01-26  Michael BrownBuild external axtls code
2007-01-26  Michael BrownAdd aes.c and required headers from axtls tree
2007-01-26  Michael BrownEnable the axtls code to at least build within gPXE
2007-01-26  Michael Brown#if 0 out for now
2007-01-26  Michael BrownYet more synonyms that people tend to use.
2007-01-24  Michael BrownHelp quick testing of building Linux code inside gPXE
2007-01-24  Michael BrownAdd Linux-compatible rol32/ror32 functions. Amazingly...
2007-01-24  Michael BrownUse base "0" in strtoul for consistency with "mem="
2007-01-22  Michael Brown"vga=" is specified in decimal, not hex.
2007-01-19  Michael BrownMisread the definition of the type_of_loader field...
2007-01-19  Michael BrownAdded SIGKILL handler
2007-01-19  Michael BrownZeroing out memory before using it can be so important.
2007-01-19  Michael BrownActually, it's probably safer *not* to leave child...
2007-01-19  Michael BrownNote that the SIGCHLD handler could be re-entered.
2007-01-19  Michael BrownPropagate return status code from last child to fail.
2007-01-19  Michael BrownHandle structured error codes.
2007-01-19  Michael BrownIntroduce structured error codes.
2007-01-19  Michael BrownAdd POSIX prototypes for time functions, to allow exter...
2007-01-19  Michael BrownSplit random number generation out into core/random...
2007-01-19  Michael Brownvsprintf.h is gPXE-specific; move it to include/gpxe
2007-01-19  Michael BrownUse stdio.h instead of vsprintf.h
2007-01-19  Michael BrownFinally move the prototypes for printf() and friends...
2007-01-19  Michael Brown4.3BSD says that bcopy and bzero are defined in strings...
2007-01-19  Michael BrownTypo
2007-01-19  Michael BrownAdd missing prerequisite include
2007-01-18  Michael BrownA working name resolution framework
2007-01-18  Michael BrownWhen an async operation dies, orphan its children.
2007-01-18  Michael BrownHave DHCP set the nameserver, rather than DNS read...
2007-01-18  Michael BrownUse total free memory as advertised window. This seems...
2007-01-18  Michael BrownMove include/malloc.h to include/gpxe/malloc.h, since...
2007-01-18  Michael BrownInclude stdlib.h rather than malloc.h
2007-01-18  Michael Brownconsole.h is no longer needed for debugging
2007-01-18  Michael BrownAllow truly arbitrary debug levels to be specified...
2007-01-18  Michael BrownDeclaring the CPU architecture in the middle of an...
2007-01-18  Michael BrownAdd DBGLVL_PROFILE
2007-01-18  Michael BrownRemove the one-packet-per-poll-cycle limit; it seems...
2007-01-18  Michael BrownIncrease window size to 64kB. Line rate downloads...
2007-01-18  Michael BrownAccelerate memcpy() by around 32% on large, dword-align...
2007-01-18  Michael BrownAllow buffers to be pre-expanded on demand.
2007-01-18  Michael BrownPresize the download buffer when we see the Content...
2007-01-18  Michael BrownReorder functions to more closely reflect the flow...
2007-01-18  Michael BrownDon't always zero memory in malloc(). This saves aroun...
2007-01-18  Michael BrownSwitch from calloc() to malloc()+memset() to match...
2007-01-18  Michael BrownRespect the RX quota. This improves poll time by about...
2007-01-18  Michael BrownHTTP/DNS now working fully asynchronously. HTTP/IP...
2007-01-18  Michael BrownReplacement for fetch() which operates asynchronously...
2007-01-18  Michael BrownUse struct sockaddr rather than struct sockaddr_tcpip
2007-01-18  Michael BrownAdded async_uninit() to simplify failure paths.
2007-01-18  Michael BrownAdd utility function to parse port from URI
2007-01-18  Michael BrownEnsure that struct sockaddr is long enough...
2007-01-18  Michael BrownObsolete
next