source: @ 226

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @226   3 years xistence Updated svn:ignore.
(edit) @225   3 years xistence These are just some simple tests to check what values are returned where. …
(edit) @224   3 years xistence Updated the Makefile, we want to roll all of the event stuff into a single …
(edit) @223   3 years xistence I have changed the name from EventRoll? to EventRegistry?, while I generally …
(edit) @222   3 years xistence Unfortunately the new Makefiles that I have created do not work with GNU …
(edit) @221   4 years xistence Update the license to the cleaner and smaller OpenBSD license. It does the …
(edit) @220   4 years xistence Updated the license that is included with the source code to the newer …
(edit) @219   4 years xistence Replaced the license with the OpenBSD compatible one. Shorter, and has the …
(edit) @218   4 years xistence Updated Kqueu event handling. So far just adding the event is handled. I …
(edit) @217   4 years xistence Let's start small. For now this is just going to handle reading and …
(edit) @216   5 years xistence What was a I smoking when I named those classes?
(edit) @215   5 years xistence Moved xuEvent.cc and xuEvent.h to their new location. There was no need to …
(edit) @214   5 years xistence Add the delete functions
(edit) @213   5 years xistence Adding in the new kqueue event handling, this is going to be one of the …
(edit) @212   5 years xistence Move the xuEventcb structure up to the top, since it is required by the …
(edit) @211   5 years xistence I have finally gotten around to adding the new xuStreams stuff. Basically …
(edit) @210   5 years xistence Add another line to the Makefile to remove any temporary files that vim …
(edit) @209   5 years xistence Quick commit with what I have so far
(edit) @208   5 years xistence New backend for the pipes.
(edit) @207   5 years xistence Updated the backup script to also check the status of rsync for status …
(edit) @206   6 years xistence New backup script which will mount a /backup, then use rsync to copy files …
(edit) @205   6 years xistence Removing due to the fact that it was added under the false pretence that …
(edit) @204   6 years xistence Untested changes to the imapdir.sh script to make changing the vpopmail …
(edit) @203   6 years xistence Made some include changes, I need to make sure that the two packages stay …
(edit) @202   6 years xistence Adding new xuEvent placer files. This will be the new event stuff wrapper …
(edit) @201   6 years xistence Some compilers on systems other than Mac OS X hate the fact that there are …
(edit) @200   6 years xistence GCC on any system besides Mac OS X needs the extra newline at the end of a …
(edit) @199   6 years xistence Updated tests for the classes Fork Pipe and Exec
(edit) @198   6 years xistence Updated copyright
(edit) @197   6 years xistence Updated and added scripts
(edit) @196   6 years xistence Random updates
(edit) @195   6 years xistence Reshaping of the 0x58 unix stuff, to better support adding new …
(edit) @194   6 years geffy Experimental dns code
(edit) @193   6 years geffy Create directory for experimental branches
(edit) @192   6 years xistence Make some changes to the config file, remove some comments, change the …
(edit) @191   6 years xistence Brand spanking new Makefile.
(edit) @190   6 years xistence Update copyright
(edit) @189   6 years xistence Config has been created and now parses with a syntax check on the fly. …
(edit) @188   6 years xistence Update copyright
(edit) @187   6 years xistence Update of copyright information.
(edit) @186   6 years xistence Add a new test case for the Config class, and update the Makefile to …
(edit) @185   6 years xistence Moving Config to includes directory. Too much work to have seperate …
(edit) @184   6 years xistence Add the configuration parsing class.
(edit) @183   6 years xistence Fix an error in a comment
(edit) @182   6 years xistence Add some stuff to the protocol, as well as rename database to pgsql, as …
(edit) @181   6 years xistence Adding of a sample config for the bsdPanel daemon.
(edit) @180   6 years xistence Update of the tests included. And cleaning up of the Makefile.
(edit) @179   6 years xistence Add a template for shell scripts
(edit) @178   6 years xistence Fix some issues with constructors, as well as make sure that Exec can't be …
(edit) @177   6 years xistence Clean up the Makefile. Make it easier to maintain.
(edit) @176   6 years xistence Scripts that will come in handy in particular bsdPanel setups.
(edit) @175   6 years xistence Updating Copyright/License?
(edit) @174   6 years xistence Changed location of SVN repo
(edit) @173   6 years xistence Removed the parser
(edit) @172   6 years xistence Copyright updated
(edit) @171   6 years xistence The Parser has been removed, it did way too much, and was too big
(edit) @170   6 years xistence Adding information regarding the bsdPanel Protocol as well as the way …
(edit) @169   6 years xistence PLANS file was outdated.
(edit) @168   6 years geffy DNS Zone. Composite object for managing the DNS records of a specific …
(edit) @167   6 years geffy DjbDNS record file reader. Inherits from InputReader?.
(edit) @166   6 years geffy Bind zone file reader. Inherits from InputReader?.
(edit) @165   6 years geffy DNS zone file base writer class. Specific DNS software subclasses will …
(edit) @164   6 years geffy DNS zone file base reader class. Specific DNS software subclasses will …
(edit) @163   6 years geffy A string tokeniser
(edit) @162   6 years geffy line endings output returns std::ostream & compiles
(edit) @161   6 years geffy line endings output returns std::ostream & compiles
(edit) @160   6 years geffy line endings output returns std::ostream & compiles
(edit) @159   6 years geffy line endings output returns std::ostream & compiles
(edit) @158   6 years geffy line endings output returns std::ostream & compiles
(edit) @157   6 years geffy public asString() method overridden
(edit) @156   6 years geffy line endings fixed output() returns std::ostream & compiles
(edit) @155   6 years geffy Line ending output method returns std::ostream & compiles
(edit) @154   6 years geffy Line ending output method returns std::ostream & All constructors now …
(edit) @153   6 years geffy Line ending size_t for STL based loops output method returns std::ostream …
(edit) @152   6 years geffy Constructor for std::string param
(edit) @151   6 years geffy virtual output method for polymorphic << fixed to return std::ostream …
(edit) @150   6 years geffy
(edit) @149   6 years geffy Line endings added to appease unix compilers
(edit) @148   6 years geffy Now compiles Line endings added to appease unix compilers
(edit) @147   6 years geffy Line endings at the end of the files to appease unix compilers
(edit) @146   6 years geffy assignment and equality operator methods defined
(edit) @145   6 years geffy [Improvement] output method now uses iterator
(edit) @144   6 years geffy [Problem] line 62, 70 of Net_DomainName.cc
(edit) @143   6 years geffy [Corrected] Line 67: not accessing Error code correctly
(edit) @142   6 years geffy load_domain_codes now throws an Exception if unable to open the Domain …
(edit) @141   6 years geffy Error code for load_domain_codes
(edit) @140   6 years geffy Add method signature for load_domain_codes()
(edit) @139   6 years geffy Compile errors lines 41, 52 and 60
(edit) @138   6 years geffy header comment information
(edit) @137   6 years geffy Domain name exceptions Compiles
(edit) @136   6 years geffy Now compiles
(edit) @135   6 years geffy Now compiles
(edit) @134   6 years geffy Some work done on some of the Net_* classes
(edit) @133   6 years geffy Fixed Scoping of constructors
(edit) @132   6 years geffy Few admendments
(edit) @131   6 years geffy Class Heirachy based DNS structure Most Dns_* files are verging on …
(edit) @130   6 years geffy Files from src/class dir, unknown reasons for existence
(edit) @129   6 years geffy Correct mis-spelling of virtual
(edit) @128   6 years xistence Set new svn:externals
(edit) @127   6 years xistence External for 0x58-unix library
Note: See TracRevisionLog for help on using the revision log.