Activity for VT-OS Communications

  • Jason Chu Jason Chu committed [b98ad4]

    Trying different things to get the large records to work. It no longer gets protected faults so I have the code to actually insert large records in there, but the snarf viewer doesn't pick them up...

  • Jason Chu Jason Chu committed [bcc4de]

    Added README with a little bit of information...

  • Jason Chu Jason Chu committed [b88c93]

    Integrated libhdb into heliosync and added commandline options to the heliosync program.

  • Jason Chu Jason Chu committed [4347ff]

    Finished support for installing hdb files. It's not done, but the basic zero record id hdb files work fine.

  • pda pda committed [e79704]

    CVS repo converted to Git

  • Jason Chu Jason Chu committed [689130]

    First release

  • Jason Chu Jason Chu committed [9d8d36]

    Second version...

  • Jason Chu Jason Chu committed [0c3b54]

    Added functionality to the installhdb option. Not proper functionality mind you ;). It needs tweaking. Probably break off another "installrecord" function would be best.

  • Jason Chu Jason Chu committed [4aaaa9]

    Version 0.1.0b

  • Jason Chu Jason Chu committed [1ddd73]

    Added a little bit of re-checking (5 times) to some functions and I created helio_changemode which tries to change a mode 5 times...

  • Jason Chu Jason Chu committed [271bf6]

    Added comments to heliotools.[ch] and updated the README (not really... added a changelog to it as well..)

  • Jason Chu Jason Chu committed [762788]

    Added a few things to the HDBstruct such as a pointer to the header (always right) and a pointer to a pointer to a record header (used when you make calls for record header stuff...)

  • Jason Chu Jason Chu committed [653acd]

    Working on large record support... it's not yet enabled.

  • Jason Chu Jason Chu committed [8baff4]

    Fixed some potential bugs.

  • Jason Chu Jason Chu committed [43cc1d]

    Added stuff to the libhdb library. You can now read in hdbs and write them out, as well as create an empty one! 80w 70 my 1337n355!

  • Jason Chu Jason Chu committed [fa1386]

    fixed HDB_addrecord - should work properly now.

  • Jason Chu Jason Chu committed [0f96a0]

    HelioSync is now under the GPL!

  • Jason Chu Jason Chu committed [1046c1]

    Added support for comments on the same lines as options. So that:

  • Jason Chu Jason Chu committed [812b5f]

    Added more regression to some functions... may have missed some... checking again. Also fixed the fact that it always said that we got back a bad header... that message can get a little annoying.

  • pda pda committed [2bc819]

    Add 'snarf/' from commit '8a323f018f6fca5fd63ea77263c58e39b42311b3'

  • Jason Chu Jason Chu committed [9e6f96]

    Added delete record support, untested.

  • Jason Chu Jason Chu committed [2c6af7]

    Added thanks to sigint in the README

  • Jason Chu Jason Chu committed [ce8867]

    Fixed a seg fault problem that arose when the site didn't have the GOTOd string in it or the site didn't exist.

  • Jason Chu Jason Chu committed [be0f20]

    Updated the README file because I was bored.

  • Jason Chu Jason Chu committed [eed4c9]

    Fixed up a little bug where sometimes a GOTO would leave a stray last character (I think it had to do with the way strstr was implemented...).

  • Jason Chu Jason Chu committed [67e72c]

    Removed these old headers because they're not needed and I thought I got rid of them before. About to remove the actual directory...

  • Jason Chu Jason Chu committed [6614f4]

    Fixed the month value...

  • Jason Chu Jason Chu committed [129e66]

    Didn't notice that LINEBREAK option between PASSWORD and COOKIE ;)

  • Jason Chu Jason Chu committed [62ddd8]

    Added support for [ and ].

  • Jason Chu Jason Chu committed [37473d]

    Added support for .app files (Way to go Moon, he's doing more development than I am! ;))

  • Jason Chu Jason Chu committed [777300]

    Fixed major bug in readall. acount % 2048 will be true at any time other than when I wanted it to ;) Changed to acount % 2048 == 0.

  • Jason Chu Jason Chu committed [32c45a]

    Added the proper declarations in libhdb.h

  • Jason Chu Jason Chu committed [577dd3]

    Added config file support... forgot to cvs add a bunch of files... will do that in a sec.

  • Jason Chu Jason Chu committed [ef408d]

    Yay! Small and large sync-with-record-id actions work now. You just need to call helio_gennewrec :)

  • Jason Chu Jason Chu committed [8a323f]

    sites.txt is right this time...

  • Jason Chu Jason Chu committed [b47bbe]

    Just some touching up so that you don't see the wget status and better error handling.

  • Jason Chu Jason Chu committed [d16b92]

    Fixed a slight line-longer-than-255-bytes-and-it-could-interpret-the-option-wrong bug.

  • Jason Chu Jason Chu committed [76c33c]

    Fixed a couple of buffer the wrong size errors.

  • Jason Chu Jason Chu committed [e1581f]

    Initial release. Actually downloads all the sites in sites.txt and stores them into the snarf.hdb database. It only accepts CATEGORY, SITE, LINK=URL, and HTML2NUG right now. It uses these and basically does a COPY=ALL on all the sites. This can lead to big ugly stuff, but it's there.

  • Jason Chu Jason Chu committed [56ed5b]

    Added support for COPY=ALL (all the others should come fairly easily after this one...)

  • Jason Chu Jason Chu committed [61ba3e]

    Updated dependancies in the makefile...

  • Jason Chu Jason Chu committed [29752c]

    Changed the other files that were copied from Dude into proper unix files

  • Jason Chu Jason Chu committed [fc69ee]

    Added support for all the currently listed options in the sites.txt file.

  • Jason Chu Jason Chu committed [8d10b1]

    Added • which is * (don't ask why some pages have it... this just do)

  • Jason Chu Jason Chu committed [d48f5e]

    Fixed the Makefile so 'make clean' doesn't sometimes crap out. Also removed files that aren't needed in the cvs tree but I accidentally had in the source dir at the time.

  • Jason Chu Jason Chu committed [361498]

    Got rid of a whole bunch of stupid debugging messages that I'd forgotten about before. They're gone now... now you get very few debugging messages... yay...

  • Jason Chu Jason Chu committed [f6e1ac]

    Fixed some semantic errors. Things like where to start/end when you do GOTOs and SKIPs and COPY=UNTILs. BSD news looks like what it's supposed to now.

  • Jason Chu Jason Chu committed [f0953c]

    Decided to implement a no-brainer and add the all option to installhdb.

  • Jason Chu Jason Chu committed [10bc75]

    Based off of the gMoo config handling (because I felt like taking that one and it was a small program...), config.c now holds all the config source. So yeah... one more update as I change the header of the config file. Have fun.

  • Jason Chu Jason Chu committed [42f3f8]

    Added support for record deletion. Oops, forgot to add it to the .h file...

  • Jason Chu Jason Chu committed [d756d0]

    Now released under the GPL!

  • Jason Chu Jason Chu committed [e6e2a2]

    Fixed a small bug with large records. Can cause a protection fault. Fixed now though.

  • pda pda committed [be2576]

    Add 'heliosync/' from commit '37473d45487f1c8016f97c1acac1b954c0648ea5'

1