summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25dl: Simplify + randomize dl_queue_sync_kill()brpsYorhel1-7/+6
2014-03-20dl: Don't remove source from queue_busy until it's disconnectedYorhel1-1/+1
2014-03-20brps: In select_new(), only select unavailable/slow peers onceYorhel1-5/+8
2014-02-11dl: More fixesYorhel1-20/+26
2014-02-11dl: Take over busy chunk if dl->allbusy && !du->selectedYorhel1-4/+23
2014-02-11dl: Don't let the availability of a free chunk influence peer selectionYorhel1-10/+4
2014-02-11dl: Make sure dl_queue_sync_kill() actually worksYorhel1-7/+10
2014-02-11dl: Request chunks from unselected peer if DoP not reachedYorhel1-2/+2
2014-02-11Add small probability to all source peersYorhel1-4/+10
2014-02-11dl: Disconnect excessive download connectionsYorhel1-14/+56
2014-02-11dl: Actually implement BRPS + fix bug with accounting bandwidthYorhel2-19/+126
2014-02-11dl: Obtain an estimate of the used slot count of remote usersYorhel3-3/+27
2014-02-11dl(file).c: Keep track of each users' average upload speedYorhel3-0/+33
2014-02-11dl.c: Implement back-off timer so that unavailable users aren't selectedYorhel1-6/+39
2014-02-11brps: Add DLU_REQ state to make dl.c aware of actual dl statusYorhel2-23/+37
2014-02-11brps: Sync peer selection with actual active downloadYorhel1-20/+50
2014-02-11brps: Remove old peer selection + start on framework for basic brpsYorhel3-139/+86
2014-02-11Version bump + Changelog update for 1.191.19Yorhel3-3/+12
2014-02-11deps: Update yxmlYorhel2-20/+24
2014-02-11Copyright year bumpYorhel34-34/+34
2014-02-11static: Update librariesYorhel1-6/+6
2014-02-11proto: Support adc commands with more than 127 paramsYorhel1-1/+1
2014-02-10search: add documentation for key bindingsTillmann Karras1-1/+4
2014-02-10search: Fix crash when searching an empty listYorhel1-0/+2
2014-02-10search: Fix various memory management issuesYorhel1-16/+13
2014-02-10search: Wrap to beginning/end on next/prevYorhel1-3/+10
2014-02-10search: Start searching from selected item instead of from topYorhel1-1/+1
2014-02-10search: Swap ',' and '.' keys + minor refactoringYorhel1-32/+12
2013-12-21static: Add support for building a broken ppc binaryYorhel1-1/+3
2013-12-20ui_util.c: search prev/next with ,/.Tillmann Karras1-50/+105
2013-12-05Fix memleak when closing a listing while searchingTillmann Karras1-4/+8
2013-11-30Fix match highlightingTillmann Karras2-11/+25
2013-11-30Search: highlight matchTillmann Karras3-3/+37
2013-11-29uit_conn.c: fix identationTillmann Karras1-1/+1
2013-11-29ui_util.c: show search statusTillmann Karras1-6/+23
2013-11-29configure.ac: add --with-geoip optionTillmann Karras1-4/+8
2013-11-29configure.ac: fix messageTillmann Karras1-1/+1
2013-11-27The OCD is strong with this one.Tillmann Karras1-1/+1
2013-11-27Add GeoIP supportTillmann Karras4-4/+48
2013-11-26NitsTillmann Karras1-3/+3
2013-11-26Don't use partial matchingTillmann Karras1-5/+4
2013-11-26Regex searchingTillmann Karras3-32/+42
2013-11-26Use automatic typedef for struct ui_cursor_tTillmann Karras6-7/+7
2013-11-26Move cursor to ui_textinput-specified positionTillmann Karras9-20/+32
2013-11-26Show ui_textinput for searchTillmann Karras1-4/+9
2013-11-26Fix memleak as hinted by YorhelTillmann Karras1-1/+2
2013-11-26Search user and file lists with '/'Tillmann Karras6-8/+51
2013-11-11dlfile: Always set t->uid in dlfile_getchunk()Yorhel1-1/+1
2013-10-29dlfile: Don't consider a files.xml.bz2 file complete on errorYorhel3-2/+6
2013-10-28Revert "dl.c: Don't open file list before removing it from the dl queue"Yorhel1-14/+7