0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 12 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The skip code in http_input::read is non recursave now (I blew past the stack once...). More... almost 23 years ago
Madd the "skipping" http_input skip until there is no more data on each call rather then being limited to the callers buffer size. More... almost 23 years ago
Made prefetching the default, "noprefetch" can be put in the conf file to avoid it. More... almost 23 years ago
Removed pausing/unpausing events from model. They are now driven directly (and correctly!) from mmpipe. More... almost 23 years ago
mmpipe now tells why it is pausing the write pipe -- user request, or running the read pipe dry. More... almost 23 years ago
If http_input attempts a range fetch, and we don't get a partial result (rcode == 206), it will do the full read and skip the bytes it had red last time. Slow, crude, but effective. More... almost 23 years ago
Created a misc dir to hold random scriptlets. More... almost 23 years ago
Minor README changes. More... almost 23 years ago
picker::empty_queue takes an optional bool for whether it clears now_playing (defaults to false). It is used in the appropriate places. That seems to have fixed the disc bug... More... almost 23 years ago
mmpipe now signals buf_full, the PlayBar uses this to draw a dashed line from the arrow to almost the end of the buffer. More... almost 23 years ago
Changed makefile to use gtk-config if gtk12-config doesn't exist. More... almost 23 years ago
(Probbably) doesn't core dump if the current play ends after the prefetch is started, but before the prefetch's http headers are complete (very small window -- but it can happen). More... almost 23 years ago
ppipe sends eof signal, and at_eof() returns true after eof found. More... almost 23 years ago
Fixed bug in circular_buffer where we let all bytes be used (not all-1), and later can't handle it. More... almost 23 years ago
Created a PlayBar widget that shows how much of the tue has been fetched AND where the current play point is (and a few other things). It should also show if you are paused, but it doesn't -- yet. More... almost 23 years ago
Started work on making the amount of the buffer that has to be filled before restarting a stopped tune, or first starting a tune be dyanmically determined. More... almost 23 years ago
Added a pretty damm big kludge that is specific to vault's m3u files into JukeModel::find_url_by_tune More... almost 23 years ago
Moved translate_file into misc.h/cc, also made it use $HOME if set when trnslating ~ (but not ~$USER). Doesn't care if $HOME is a useful directory or not. More... almost 23 years ago
Document env variables document dns cache command re-do internal labels More... almost 23 years ago
Env vars in conf file lines in the form ${VAR} are now parsed. More... almost 23 years ago
Messed with the DNS cache a lot so I can remove a line from the cache before it is deleted. More... almost 23 years ago
Updated to reflect reality. More... almost 23 years ago
Link in the new index file format doc. More... almost 23 years ago
File Fromat for the index filess. More... almost 23 years ago
Fixed Date tags. More... almost 23 years ago
Changed find_tune_by_url to use a map of url to adt strings. It was around 10 lines of new code. The brute force search is still there, and can be activated by passing at_all_costs (it will use the map first, and fall back to full search if it can't find it). More... almost 23 years ago
Fix speelling errors. Added buffer-size documentation. More... almost 23 years ago
Massive re-write of all files. Now does sf logo counting crude properly. More... almost 23 years ago
e cookies, they're likely the only ones that it'll need to use... cookies ~/.netscape/cookies real content More... almost 23 years ago
Added a queue sizes debug -- need to call it less offen though. More... almost 23 years ago