summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-20notsure if this is already in the codeHEADv0.0.17masterdevelJeff Carr
2025-10-17autogenpb runs goimport nowv0.0.16Jeff Carr
2025-10-10new notesv0.0.15Jeff Carr
2025-10-09common protobuf makefilev0.0.14Jeff Carr
2025-10-08not doing thisv0.0.13Jeff Carr
2025-10-07make generatev0.0.12v0.0.11Jeff Carr
2025-09-22add something to print out a http PBv0.0.10Jeff Carr
2025-09-09add more missing fields to the .protov0.0.9v0.0.8Jeff Carr
2025-09-09add Log() and Logf()Jeff Carr
2025-09-09smarter variable name. predicts a logpbJeff Carr
2025-09-09common write file functionJeff Carr
2025-09-08moved this to httppbv0.0.7Jeff Carr
2025-09-08add a LogJeff Carr
2025-09-08track client & server payload sizesv0.0.6Jeff Carr
2025-09-08generic POST functionv0.0.5Jeff Carr
2025-09-07change the names from the http standardsv0.0.4Jeff Carr
I'll probably regret this and if anyone ever sees this and they actually use it, some people will probably complain. so: sorry It's not like HTTP isn't really well documented these days :) anyway, the *Addr fields are, I think, really really old kinda dumb names that were made to be super unique and ackward like RemoteAddr or whatever. Back then, having 'IP' would have been a major problem and PITA and super confusing. So I think everyone (I want to say 'we' but I don't know if I had anything to do with RemoteAddr. I think I did add the Apache guys to add SERVER_NAME support. Before that I don't think apache could respond to mosaic as 2 different hostnames. My memory could be incorrect.) named some of these things in ways that don't make sense in a protobuf like this where it should simply be IP
2025-09-07store the errorsJeff Carr
2025-09-06add req to PB functionv0.0.3Jeff Carr
2025-09-06get usernamev0.0.2Jeff Carr
2025-09-06post() funcv0.0.1Jeff Carr
2025-09-06day1Jeff Carr