]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2014-11-16 Steinar H.... Use AnyEvent instead of signals in varnishcount.pl...
2014-11-16 Steinar H.... Fix a display bug on empty PV.
2014-11-16 Steinar H.... Send the right Vary headers.
2014-11-16 Steinar H.... Add a separate script for counting viewers from Varnish...
2014-11-16 Steinar H.... Use an AnyEvent timer instead of an alarm.
2014-11-16 Steinar H.... Solve timeouts by touching analysis.json.
2014-11-16 Steinar H.... Fix PGN parsing; it was broken by a scoping change.
2014-11-15 Steinar H.... Add support for fetching move history from FICS (entire...
2014-11-15 Steinar H.... Slightly better diagnostics.
2014-11-15 Steinar H.... Do observe after we have set up AnyEvent listening...
2014-11-14 Steinar H.... Add some PGN hysteresis to guard against truncated...
2014-11-14 Steinar H.... Support defaulting to a PGN for fetching.
2014-11-14 Steinar H.... Stop supporting Chrome Frame. It is dead already.
2014-11-14 Steinar H.... Fix (null) in <title>.
2014-11-14 Steinar H.... Fix a typo in mate sorting.
2014-11-14 Steinar H.... Some small status footer updates.
2014-11-14 Steinar H.... Tiny error message cleanup.
2014-11-14 Steinar H.... Add some JavaScript changes that seemingly were not...
2014-11-14 Steinar H.... Add a CSS class for some small news at the bottom.
2014-11-14 Steinar H.... Format the short score (for the page title) properly...
2014-11-13 Steinar H....  Add support for looking up into the Lomonosov tablebas...
2014-11-13 Steinar H.... Handle slightly unstandard PGN promotion syntax.
2014-11-13 Steinar H.... Make the JSON output filename configurable.
2014-11-13 Steinar H.... Hopefully fix sorting in the cases where the side to...
2014-11-12 Steinar H.... Completely ignore fail-high/fail-low. This got lost...
2014-11-12 Steinar H.... Count viewers fewer times when doing mass-sending,...
2014-11-12 Steinar H.... Add the short score to the document title.
2014-11-12 Steinar H.... Fix a typo.
2014-11-11 Steinar H.... Make the unique token persistent, to avoid refreshes...
2014-11-11 Steinar H.... Remove a client from the sleeping list immediately...
2014-11-11 Steinar H.... Count connected viewers a bit more precisely; in partic...
2014-11-11 Steinar H.... Only truncate history if needed.
2014-11-11 Steinar H.... Unbreak promotion again.
2014-11-11 Steinar H.... Fix history display at the start of the game.
2014-11-11 Steinar H.... Fix handling of en passant; reported by Phil Miller.
2014-11-10 Steinar H.... Fix an issue where the Previous link would wrongly...
2014-11-10 Steinar H.... Support promotion when displaying lines.
2014-11-10 Steinar H.... Uppercase promotion choices correctly.
2014-11-10 Steinar H.... Fix wrong substr() usage, that would break in case...
2014-11-10 Steinar H.... Various fixes related to history and showing moves...
2014-11-09 Steinar H.... Add support for expanding and truncating the history.
2014-11-09 Steinar H.... Support showing the history of the game.
2014-11-09 Steinar H.... Fix issue where the arrow keys could cause us to go...
2014-11-09 Steinar H.... Do not send the prettyprint cache in the JSON; it only...
2014-11-09 Steinar H.... Move most configuration into a separate file.
2014-11-09 Steinar H.... Strip trailing whitespace from engine ids (needed for...
2014-11-09 Steinar H.... Show the engine ID in the footer.
2014-11-09 Steinar H.... Updated hardware in index.html a bit.
2014-11-08 Steinar H.... Add support for gzip in serve-analysis.js.
2014-11-08 Steinar H.... Sort lines by score by default.
2014-09-20 Steinar H.... Minor optimization (5% or so) by moving the most common...
2014-09-20 Steinar H.... Small microoptimization in in_check; do not go through...
2014-09-20 Steinar H.... Only test check status for one side; speeds up almost...
2014-09-20 Steinar H.... Tiny optimization in _find_kings.
2014-09-20 Steinar H.... Call in_check() fewer times. Actually 60% or so faster.
2014-09-20 Steinar H.... Add a benchmark script to test the slowness of prettypr...
2014-09-20 Steinar H.... Small microoptimization in Board::clone.
2014-09-20 Steinar H.... Make parse_info a bit less regex-happy; speeds it up...
2014-09-20 Steinar H.... Add a cache around prettyprint_pv, since it is consumin...
2014-09-20 Steinar H.... Add a quit ocmmand, for easier profiling.
2014-09-07 Steinar H.... Fix several crash issues all related to initial file...
2014-09-06 Steinar H.... Fix an issue in the node.js sender where it would not...
2014-09-05 Steinar H.... Fix last_move_uci for PGN loads.
2014-09-05 Steinar H.... Fix some outdated documentation.
2014-09-05 Steinar H.... Add some keyboard shortcuts.
2014-09-05 Steinar H.... Add a node.js version of analysis.pl.
2014-08-06 Steinar H.... Handle PGN names with spaces in them.
2014-08-06 Steinar H.... Add a command to stop the polling.
2014-08-06 Steinar H.... Add support for fetching games as PGN over HTTP instead...
2014-08-06 Steinar H.... Use EV instead of AnyEvent::Loop, since the latter...
2014-08-06 Steinar H.... Fix the move prettyprinting on make_move().
2014-08-06 Steinar H.... Change main loop to using AnyEvent.
2014-08-06 Steinar H.... Small refactoring.
2014-08-06 Steinar H.... Add some more utility functions.
2014-06-15 Steinar H.... Small refactoring.
2014-06-15 Steinar H.... Fix some promotion bugs.
2014-06-15 Steinar H.... Improve the support for en passant somewhat.
2014-06-15 Steinar H.... Add a missing import to Engine.pm.
2014-06-15 Steinar H.... When parsing moves, use illegal moves to disambiguate.
2014-06-15 Steinar H.... Add some routines that are useful to parse PGNs.
2014-06-15 Steinar H.... Split some UCI stuff into a separate module.
2014-06-15 Steinar H.... Some minor style12 parsing fixups.
2014-06-15 Steinar H.... Minor fixes in Position.
2014-06-15 Steinar H.... Move move prettyprinting into Board.
2014-06-15 Steinar H.... Remove the tell code; it is never used in practice.
2014-06-15 Steinar H.... Move most of the chess position/board handling into...
2014-06-09 Steinar H.... Fix castling display when looking down PVs.
2014-06-09 Steinar H.... Update copyright year.
2014-06-09 Steinar H.... Print the name of the players.
2014-06-09 Steinar H.... Replace Nalimov with Syzygy everywhere.
2014-06-08 Steinar H.... Fix a bug where “next move” would not work.
2013-11-23 Steinar H.... Fix the arrow head color.
2013-11-23 Steinar H.... Various not-so-pretty type annotations.
2013-11-23 Steinar H.... Stop sending board around all the time.
2013-11-23 Steinar H.... Make the second engine optional.
2013-11-23 Steinar H.... Fix another issue with the Closure compiler.
2013-11-23 Steinar H.... Actually remove jsPlumb.
2013-11-23 Steinar H.... Make the JavaScript (more) compatible with the Google...
2013-11-22 Steinar H.... Whitespace fixes.
2013-11-22 Steinar H.... Replace jsPlumb by writing some SVG arrows ourselves.
next