summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Factor the python library stuff out of the test suite and stickGravatar Karl Ramm2009-07-15
* Build on solarisGravatar Karl Ramm2009-07-14
* if we're reencoding a packet, don't blindly claim to have Z_NUMFIELDSGravatar Karl Ramm2009-07-13
* Check that we don't reformat a zephyr that started with fewer fields, so that...Gravatar Karl Ramm2009-07-12
* Don't assume that we can guess the canonical name of localhostGravatar Karl Ramm2009-06-20
* add safety net for non-svn users.Gravatar Mark W. Eichin2009-05-02
* fix some conditional-compilation issues that trip -Wunreachable-codeGravatar Karl Ramm2009-04-30
* Set up a local UDP socket to drive testingGravatar Karl Ramm2009-04-27
* It turns out that sockpair /does/ work with AF_UNIX, SOCK_DGRAM, just notGravatar Karl Ramm2009-04-27
* draft packet tests - using pipe trick turns out not to work, though.Gravatar Mark W. Eichin2009-04-26
* take ZGetDestAddr off the listGravatar Mark W. Eichin2009-04-24
* test that the file descriptor ZGetFD returns is actually a socketGravatar Mark W. Eichin2009-04-24
* test ZGetDestAddrGravatar Mark W. Eichin2009-04-24
* use less oddball typesGravatar Karl Ramm2009-04-21
* populate_enum - instantiate the enum values as actual objectsGravatar Mark W. Eichin2009-04-18
* More i18n infrastructureGravatar Karl Ramm2009-04-17
* basic Zcode testGravatar Mark W. Eichin2009-04-17
* more api todosGravatar Mark W. Eichin2009-04-17
* show what ZMakeAscii actually *does*Gravatar Mark W. Eichin2009-04-16
* wrap ZMakeAsciiGravatar Mark W. Eichin2009-04-16
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
* Export a new variable, Zauthtype, which indicates what sort of authenticationGravatar Karl Ramm2009-04-14
* should not be exportedGravatar Karl Ramm2009-04-14
* test ZOpenPort and ZClosePortGravatar Mark W. Eichin2009-04-14
* ZOpenPort, ZClosePortGravatar Mark W. Eichin2009-04-14
* backgroundGravatar Mark W. Eichin2009-04-14
* allow zephyr_run_doctests -v to workGravatar Mark W. Eichin2009-04-14
* run the tests from makeGravatar Karl Ramm2009-04-14
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
* draft doctest version of the existing tests, to show what they lookGravatar Mark W. Eichin2009-04-13
* test ZExpandRealmGravatar Mark W. Eichin2009-04-10
* kstuff.c:Gravatar Karl Ramm2009-04-10
* m-x untabifyGravatar Mark W. Eichin2009-04-09
* move run from ZephyrTestSuite to TestSuite where it belongs (easier toGravatar Mark W. Eichin2009-04-09
* discovered by looking at code that uniqueid timestamps are in networkGravatar Mark W. Eichin2009-04-08
* reworked with a pprint/pformat distinction (mostly to stop propating indent)Gravatar Mark W. Eichin2009-04-07
* allow a class to override the display of individual fields; since thisGravatar Mark W. Eichin2009-04-07
* ctypes docs say "enums are easy" but don't give any further guidance.Gravatar Mark W. Eichin2009-04-07
* add type-specific pretty-printers (yay classes)Gravatar Mark W. Eichin2009-04-07
* generic pretty-printer for ctypes Structures and UnionsGravatar Mark W. Eichin2009-04-07
* allow callers to specify the installed shared libGravatar Mark W. Eichin2009-04-07
* split libzephyr wrappers apart from the tests; eventually they'llGravatar Mark W. Eichin2009-04-07
* fix keywords magic (by changing Id to Id: which won't be visible in the diff)Gravatar Mark W. Eichin2009-04-06
* unit tests for libzephyr.Gravatar Mark W. Eichin2009-04-06
* be more paranoid about what fields we are checksummingGravatar Karl Ramm2009-04-04
* another phantom nullGravatar Karl Ramm2009-04-03
* apple error table initialization for #41Gravatar Karl Ramm2009-04-02
* Explicitly #include <arpa/nameser_compat.h> if it exists.Gravatar Karl Ramm2009-04-02
* cp zephyr_err.h out of the build directory rather than mv, because theGravatar Karl Ramm2009-04-02
* keep track of total # of incoming header fields, and cksum appropriatelyGravatar Karl Ramm2009-03-24