1 |
<feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 20 Sep 2009 06:08:30 -0000 |
<feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253525437"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253525437</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:30:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:29:32 -0000 |
2 |
|
* Repository.pm (weight_lock, weight_unlock): New methods. |
3 |
|
(term_weight_vector, save_term_weight_vector): Changed to use |
4 |
|
global props to save the term weight vector. |
5 |
|
|
6 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 09:30:29 -0000 |
9 |
|
* main.pl: Changed the related/unrelated end point to lock the |
10 |
|
vector data file and put the file to the CVS repository. |
11 |
|
|
12 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
</content></entry><entry xml:id="entry-1253524239"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253524239</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:10:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 21 Sep 2009 09:05:45 -0000 |
15 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Lock.pm (check_lockability): Don't allow the same level of lock |
18 |
|
type being locked twice to avoid deadlocks caused by same level of |
19 |
|
locks. |
20 |
|
|
21 |
|
++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000 |
22 |
|
* Document.pm (repo, prop_untainted, untainted_prop, save_prop, |
23 |
|
locked): New method. Introduced the concept of "tainted" such |
24 |
|
that we can access to the property in the locked code fragment |
25 |
|
without being afraid to update the property using old values. |
26 |
|
(get_or_create_graph_node): Updated to utilize |prop| family of |
27 |
|
method with locks. |
28 |
|
|
29 |
|
* Graph.pm (repo, lock, unlock): New methods. |
30 |
|
(add_nodes, create_node, schelling_update): Locks the database |
31 |
|
before the modifications. |
32 |
|
|
33 |
|
* Repository.pm (graph, get_document_by_id): New methods. |
34 |
|
|
35 |
|
* Node.pm (repo): New method. |
36 |
|
|
37 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 09:10:27 -0000 |
40 |
|
* main.pl: Made the graph node view to lock the database. |
41 |
|
|
42 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
</content></entry><entry xml:id="entry-1253518229"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253518229</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:30:22Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 21 Sep 2009 07:28:38 -0000 |
45 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DB.pm (id_lock): New method. |
48 |
|
|
49 |
|
++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000 |
50 |
|
* Document.pm (lock): Changed to use the $db->id_lock method to |
51 |
|
obtain the lock object. |
52 |
|
|
53 |
|
* Node.pm (neighbor_documents): New method. |
54 |
|
|
55 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:30:16 -0000 |
58 |
|
* main.pl: Moved most of remaining codes of graph node end point |
59 |
|
processing to separate modules. |
60 |
|
|
61 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
</content></entry><entry xml:id="entry-1253516987"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253516987</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:09:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 06:44:52 -0000 |
64 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Document.pm (title, get_or_create_graph_node): New methods (made |
67 |
|
from codes moved from main.pl). |
68 |
|
|
69 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:09:35 -0000 |
70 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* main.pl: Changed "related"/"unrelated" URLs to a |ping| end |
73 |
|
point. Moved most of graph node end point processing to separate |
74 |
|
modules. |
75 |
|
|
76 |
|
</content></entry><entry xml:id="entry-1253436872"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253436872</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T08:54:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 20 Sep 2009 08:53:58 -0000 |
77 |
|
* Graph.pm (schelling_update): Implemented. |
78 |
|
|
79 |
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
</content></entry><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 20 Sep 2009 06:08:30 -0000 |
82 |
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* Graph.pm (add_nodes): Improved the way to determine the number |
* Graph.pm (add_nodes): Improved the way to determine the number |
798 |
* ChangeLog: New file. |
* ChangeLog: New file. |
799 |
|
|
800 |
|
|
|
</content></entry><updated>2009-09-20T06:09:11Z</updated></feed> |
|
801 |
|
</content></entry><updated>2009-09-21T09:30:32Z</updated></feed> |